Moar config :P
This commit is contained in:
parent
d7664c3c44
commit
d334afa51b
|
@ -211,6 +211,8 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8081
|
containerPort: 8081
|
||||||
|
- name: refresh-token
|
||||||
|
containerPort: 8082
|
||||||
{{- if .Values.hub.livenessProbe.enabled }}
|
{{- if .Values.hub.livenessProbe.enabled }}
|
||||||
{{- /* NOTE:
|
{{- /* NOTE:
|
||||||
We don't know how long hub database upgrades could take so having a
|
We don't know how long hub database upgrades could take so having a
|
||||||
|
|
|
@ -1,4 +1,17 @@
|
||||||
hub:
|
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:
|
config:
|
||||||
Authenticator:
|
Authenticator:
|
||||||
auto_login: true
|
auto_login: true
|
||||||
|
|
Loading…
Reference in a new issue