-
Notifications
You must be signed in to change notification settings - Fork 12
/
pde-hub._yaml
39 lines (39 loc) · 1.26 KB
/
pde-hub._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
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: jupyterhub
namespace: pde-hub
spec:
chart:
spec:
chart: jupyterhub
version: 1.1.11
sourceRef:
kind: HelmRepository
name: eoepca
namespace: common
values:
hub:
extraEnv:
OAUTH_CALLBACK_URL: "https://jupyterhub.demo.eoepca.org/hub/oauth_callback"
OAUTH2_USERDATA_URL: "https://auth.demo.eoepca.org/oxauth/restv1/userinfo"
OAUTH2_TOKEN_URL: "https://auth.demo.eoepca.org/oxauth/restv1/token"
OAUTH2_AUTHORIZE_URL: "https://auth.demo.eoepca.org/oxauth/restv1/authorize"
OAUTH_LOGOUT_REDIRECT_URL: "https://auth.demo.eoepca.org/oxauth/restv1/end_session?post_logout_redirect_uri=https://jupyterhub.demo.eoepca.org"
ingress:
enabled: true
annotations:
eoepca: demo-cluster
kubernetes.io/ingress.class: nginx
ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
cert-manager.io/cluster-issuer: letsencrypt
hosts:
- host: jupyterhub.demo.eoepca.org
paths:
- path: /
tls:
- hosts:
- jupyterhub.demo.eoepca.org
secretName: jupyterhub-tls
interval: 1m0s