E2E / debugd: Replace remains of ingressFirewall with debugCluster flag

This commit is contained in:
Nils Hanke 2022-09-06 10:38:14 +02:00 committed by Nils Hanke
parent 72d4456b3f
commit dd4ccdd390
2 changed files with 4 additions and 11 deletions

View file

@ -32,14 +32,7 @@ With `cdbg` and `yq` installed in your path:
constellation-conf.yaml
yq -i \
".ingressFirewall += {
\"name\": \"debugd\",
\"description\": \"debugd default port\",
\"protocol\": \"tcp\",
\"iprange\": \"0.0.0.0/0\",
\"fromport\": 4000,
\"toport\": 0
}" \
"(.debugCluster) = true" \
constellation-conf.yaml
```