Skip to content

Commit fa5e365

Browse files
committed
application hub update
1 parent b2e9d63 commit fa5e365

File tree

2 files changed

+15
-25
lines changed

2 files changed

+15
-25
lines changed

system/clusters/creodias/processing-and-chaining/application-hub-sealed-secrets-create.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
JUPYTERHUB_CRYPT_KEY="****"
4+
OAUTH_CLIENT_ID="*****"
5+
OAUTH_CLIENT_SECRET="*****"
6+
37
ORIG_DIR="$(pwd)"
48
cd "$(dirname "$0")"
59
BIN_DIR="$(pwd)"

system/clusters/creodias/processing-and-chaining/proc-application-hub.yaml

+11-25
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: helm.toolkit.fluxcd.io/v2beta1
22
kind: HelmRelease
33
metadata:
4-
name: proc-application-hub
4+
name: application-hub
55
namespace: proc
66
spec:
77
chart:
88
spec:
99
chart: application-hub
10-
version: 2.0.23
10+
version: 2.0.26
1111
sourceRef:
1212
kind: HelmRepository
1313
name: eoepca
@@ -25,20 +25,21 @@ spec:
2525
- secretName: applicationhub-tls
2626
hosts:
2727
- applicationhub.develop.eoepca.org
28-
28+
2929
jupyterhub:
30+
ingress:
31+
enabled: true
32+
fullnameOverride: "application-hub"
3033
hub:
31-
32-
3334
existingSecret: application-hub-secrets
3435
extraEnv:
3536
JUPYTERHUB_ENV: "dev"
3637
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"
4243
OAUTH2_USERNAME_KEY: "user_name"
4344
STORAGE_CLASS: "managed-nfs-storage"
4445
RESOURCE_MANAGER_WORKSPACE_PREFIX: "develop-user"
@@ -93,19 +94,4 @@ spec:
9394
cpu_limit": 4
9495
mem_limit": "8G"
9596

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-
11197
interval: 1m0s

0 commit comments

Comments
 (0)