[id] Add externalSetMarkChain to portmap config

This commit is contained in:
Arhell 2023-03-01 00:44:46 +02:00
parent ec6615209a
commit a7cd38a07c
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ Contoh:
}, },
{ {
"type": "portmap", "type": "portmap",
"capabilities": {"portMappings": true} "capabilities": {"portMappings": true},
"externalSetMarkChain": "KUBE-MARK-MASQ"
} }
] ]
} }