Skip to content

Commit 3326527

Browse files
committed
add port in example
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 38b74f9 commit 3326527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/kubernetes/konnectivity-server.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ spec:
5050
- name: adminport
5151
containerPort: 8092
5252
hostPort: 8092
53+
- name: healthport
54+
containerPort: 8093
55+
hostPort: 8093
5356
volumeMounts:
5457
- name: varlogkonnectivityserver
5558
mountPath: /var/log/konnectivity-server.log

0 commit comments

Comments
 (0)