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 e373fc2 commit 8df66f2Copy full SHA for 8df66f2
outside-services/README.md
@@ -16,7 +16,8 @@ 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
and in [kafka/50kafka.yml ](../kafka/50kafka.yml) add the hostport:
19
-``` - name: outside
+```
20
+ - name: outside
21
containerPort: 9094
22
hostPort: 9094
23
```
0 commit comments