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 bc59423 commit 53abf7eCopy full SHA for 53abf7e
README.md
@@ -127,7 +127,7 @@ proxy:
127
- name: sftp
128
containerPort: 2222
129
networkPolicy:
130
- allowedIngressPorts: [http, https, ssh]
+ allowedIngressPorts: [http, https, ssh, sftp]
131
132
# jupyterhub-ssh/sftp integration part 3/3:
133
#
@@ -139,7 +139,7 @@ proxy:
139
entryPoints:
140
ssh-entrypoint:
141
address: :8022
142
- ssh-entrypoint:
+ sftp-entrypoint:
143
address: :2222
144
extraDynamicConfig:
145
tcp:
0 commit comments