1
1
apiVersion : helm.toolkit.fluxcd.io/v2beta1
2
2
kind : HelmRelease
3
3
metadata :
4
- name : proc- application-hub
4
+ name : application-hub
5
5
namespace : proc
6
6
spec :
7
7
chart :
8
8
spec :
9
9
chart : application-hub
10
- version : 2.0.23
10
+ version : 2.0.26
11
11
sourceRef :
12
12
kind : HelmRepository
13
13
name : eoepca
@@ -25,20 +25,21 @@ spec:
25
25
- secretName : applicationhub-tls
26
26
hosts :
27
27
- applicationhub.develop.eoepca.org
28
-
28
+
29
29
jupyterhub :
30
+ ingress :
31
+ enabled : true
32
+ fullnameOverride : " application-hub"
30
33
hub :
31
-
32
-
33
34
existingSecret : application-hub-secrets
34
35
extraEnv :
35
36
JUPYTERHUB_ENV : " dev"
36
37
JUPYTERHUB_SINGLE_USER_IMAGE : " eoepca/pde-container:1.0.3"
37
- OAUTH_CALLBACK_URL : " https://jupyterhub .develop.eoepca.org/hub/oauth_callback"
38
- OAUTH2_USERDATA_URL : " https://auth.develop.eoepca.org/oxauth/restv1/userinfo"
39
- OAUTH2_TOKEN_URL : " https://auth.develop.eoepca.org/oxauth/restv1/token"
40
- OAUTH2_AUTHORIZE_URL : " https://auth.develop.eoepca.org/oxauth/restv1/authorize"
41
- OAUTH_LOGOUT_REDIRECT_URL : " https://auth.develop.eoepca.org/oxauth/restv1/end_session?post_logout_redirect_uri=https://jupyterhub .develop.eoepca.org"
38
+ OAUTH_CALLBACK_URL : https://applicationhub .develop.eoepca.org/hub/oauth_callback
39
+ OAUTH2_USERDATA_URL : https://auth.develop.eoepca.org/oxauth/restv1/userinfo
40
+ OAUTH2_TOKEN_URL : https://auth.develop.eoepca.org/oxauth/restv1/token
41
+ OAUTH2_AUTHORIZE_URL : https://auth.develop.eoepca.org/oxauth/restv1/authorize
42
+ OAUTH_LOGOUT_REDIRECT_URL : " https://auth.develop.eoepca.org/oxauth/restv1/end_session?post_logout_redirect_uri=https://applicationhub .develop.eoepca.org"
42
43
OAUTH2_USERNAME_KEY : " user_name"
43
44
STORAGE_CLASS : " managed-nfs-storage"
44
45
RESOURCE_MANAGER_WORKSPACE_PREFIX : " develop-user"
93
94
cpu_limit" : 4
94
95
mem_limit" : " 8G"
95
96
96
- ingress :
97
- enabled : true
98
- annotations :
99
- kubernetes.io/ingress.class : nginx
100
- hosts :
101
- - host : applicationhub.demo.eoepca.org
102
- paths :
103
- - path : /
104
- pathType : ImplementationSpecific
105
- tls : []
106
-
107
- proxy :
108
- service :
109
- type : ClusterIP
110
-
111
97
interval : 1m0s
0 commit comments