File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
2
2
appVersion : ' 1.0'
3
3
description : Deployment Chart for JupyterHub
4
4
name : hub
5
- version : 0.0.1-0.dev.git.7126.h64800628
5
+ version : 0.0.1-0.dev.git.7370.h98d3927c
Original file line number Diff line number Diff line change @@ -222,6 +222,14 @@ jupyterhub:
222
222
tag : ' 0.0.1-0.dev.git.7126.h64800628'
223
223
networkPolicy :
224
224
enabled : true
225
+ # interNamespaceAccessLabels=accept makes the hub pod's associated
226
+ # NetworkPolicy accept ingress from pods in other namespaces that has a
227
+ # hub.jupyter.org/network-access-hub=true label.
228
+ #
229
+ # ref: https://z2jh.jupyter.org/en/stable/resources/reference.html#hub-networkpolicy-internamespaceaccesslabels
230
+ # ref: https://github.com/2i2c-org/infrastructure/pull/2648
231
+ #
232
+ interNamespaceAccessLabels : accept
225
233
ingress :
226
234
- from :
227
235
- namespaceSelector :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.0.1-0.dev.git.7077.h95e09b06
18
+ version : 0.0.1-0.dev.git.7305.h0a2e62d9
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ prometheus:
95
95
limits :
96
96
cpu : 7
97
97
memory : 48Gi
98
- labels :
98
+ podLabels :
99
99
# For HTTP access to the hub, to scrape metrics
100
100
hub.jupyter.org/network-access-hub : ' true'
101
101
persistentVolume :
You can’t perform that action at this time.
0 commit comments