Skip to content

Commit f29f24c

Browse files
fix: update nfs-krb-server example deployment
open/expose tcp port 111
1 parent 8c62980 commit f29f24c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/example/nfs-provisioner/nfs-krb-server.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ spec:
6969
- name: udp-111
7070
containerPort: 111
7171
protocol: UDP
72+
- name: tcp-111
73+
containerPort: 111
74+
protocol: TCP
7275
- name: tcp-88
7376
containerPort: 88
7477
protocol: TCP

0 commit comments

Comments
 (0)