Moar config :P

This commit is contained in:
Micke Nordin 2024-01-16 15:04:44 +01:00
parent d7664c3c44
commit d334afa51b
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE
2 changed files with 15 additions and 0 deletions

View file

@ -211,6 +211,8 @@ spec:
ports:
- name: http
containerPort: 8081
- name: refresh-token
containerPort: 8082
{{- if .Values.hub.livenessProbe.enabled }}
{{- /* NOTE:
We don't know how long hub database upgrades could take so having a

View file

@ -1,4 +1,17 @@
hub:
networkPolicy:
ingress:
- ports:
- port: 8082
from:
- podSelector:
matchLabels:
hub.jupyter.org/network-access-hub: "true"
service:
extraPorts:
- port: 8082
targetPort: 8082
name: refresh-token
config:
Authenticator:
auto_login: true