-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev-values.yaml
43 lines (38 loc) · 1.09 KB
/
dev-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
jupyterhub:
debug:
enabled: true
hub:
networkPolicy:
enabled: false
image:
name: lsstsqre/nublado2
tag: dev
pullPolicy: Never
singleuser:
storage:
type: none
initContainers:
- name: junecleaver
image: lsstsqre/inittmpdirhome:latest
volumeMounts:
- name: home
mountPath: /home
envFrom:
- configMapRef:
name: lab-environment
ingress:
hosts: ["minikube.lsst.codes"]
annotations:
nginx.ingress.kubernetes.io/auth-signin: "https://minikube.lsst.codes/login"
nginx.ingress.kubernetes.io/auth-url: "http://gafaelfawr.gafaelfawr.svc.cluster.local:8080/auth?scope=exec:notebook¬ebook=true"
config:
base_url: "https://minikube.lsst.codes"
butler_secret_path: "secret/k8s_operator/minikube.lsst.codes/butler-secret"
volumes:
- name: home
emptyDir: {}
volume_mounts:
- name: home
mountPath: /home
vault_secret_path: "secret/k8s_operator/minikube.lsst.codes/nublado2"
gafaelfawr_secret_path: "secret/k8s_operator/minikube.lsst.codes/gafaelfawr"