We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df66f2 commit fe3cff7Copy full SHA for fe3cff7
outside-services/README.md
@@ -15,6 +15,7 @@ In order to switch to hostport the kafka advertise address needs to be switched
15
in [kafka/10broker-config.yml](../kafka/10broker-config.yml) switch to
16
* `OUTSIDE_HOST=$(kubectl get node "$NODE_NAME" -o jsonpath='{.status.addresses[?(@.type=="ExternalIP")].address}')`
17
* `OUTSIDE_PORT=${OutsidePort}`
18
+
19
and in [kafka/50kafka.yml ](../kafka/50kafka.yml) add the hostport:
20
```
21
- name: outside
0 commit comments