Skip to content

Commit 53abf7e

Browse files
committed
docs: fix of networking example
1 parent bc59423 commit 53abf7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ proxy:
127127
- name: sftp
128128
containerPort: 2222
129129
networkPolicy:
130-
allowedIngressPorts: [http, https, ssh]
130+
allowedIngressPorts: [http, https, ssh, sftp]
131131

132132
# jupyterhub-ssh/sftp integration part 3/3:
133133
#
@@ -139,7 +139,7 @@ proxy:
139139
entryPoints:
140140
ssh-entrypoint:
141141
address: :8022
142-
ssh-entrypoint:
142+
sftp-entrypoint:
143143
address: :2222
144144
extraDynamicConfig:
145145
tcp:

0 commit comments

Comments
 (0)