Skip to content

Commit b7d7a2e

Browse files
authored
Merge pull request #5440 from berkeley-dsep-infra/staging
merging 5436/5438 to prod
2 parents 15e0f8f + 938ce25 commit b7d7a2e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

hub/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: '1.0'
33
description: Deployment Chart for JupyterHub
44
name: hub
5-
version: 0.0.1-0.dev.git.7126.h64800628
5+
version: 0.0.1-0.dev.git.7370.h98d3927c

hub/values.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ jupyterhub:
222222
tag: '0.0.1-0.dev.git.7126.h64800628'
223223
networkPolicy:
224224
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
225233
ingress:
226234
- from:
227235
- namespaceSelector:

node-placeholder/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# 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
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

support/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ prometheus:
9595
limits:
9696
cpu: 7
9797
memory: 48Gi
98-
labels:
98+
podLabels:
9999
# For HTTP access to the hub, to scrape metrics
100100
hub.jupyter.org/network-access-hub: 'true'
101101
persistentVolume:

0 commit comments

Comments
 (0)