Skip to content

Commit 8df66f2

Browse files
authored
outside access doc updated
1 parent e373fc2 commit 8df66f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

outside-services/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ in [kafka/10broker-config.yml](../kafka/10broker-config.yml) switch to
1616
* `OUTSIDE_HOST=$(kubectl get node "$NODE_NAME" -o jsonpath='{.status.addresses[?(@.type=="ExternalIP")].address}')`
1717
* `OUTSIDE_PORT=${OutsidePort}`
1818
and in [kafka/50kafka.yml ](../kafka/50kafka.yml) add the hostport:
19-
``` - name: outside
19+
```
20+
- name: outside
2021
containerPort: 9094
2122
hostPort: 9094
2223
```

0 commit comments

Comments
 (0)