Skip to content
Snippets Groups Projects
Commit 6b3bab79 authored by František Dvořák's avatar František Dvořák
Browse files

demo: update hostname

parent 237f29e5
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@ ingress:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
hosts:
- fullhub.eosc.zcu.cz
- "{{ notebooks_hostname }}"
tls:
- hosts:
- fullhub.eosc.zcu.cz
secretName: acme-tls-fullhub
- "{{ notebooks_hostname }}"
secretName: acme-tls-hub
singleuser:
# keep resource limits in sync with:
......@@ -103,7 +103,7 @@ hub:
userdata_url: "https://{{ secret['checkin_host'] }}/auth/realms/egi/protocol/openid-connect/userinfo"
client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://fullhub.eosc.zcu.cz/hub/oauth_callback"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
scope: ["openid", "profile", "email", "offline_access", "eduperson_scoped_affiliation", "eduperson_entitlement"]
username_key: "sub"
JupyterHub:
......
......@@ -13,4 +13,5 @@ all:
site_name: cesnet
vault_mount_point: secrets/users/e1662e20-e34b-468c-b0ce-d899bc878364@egi.eu/eosc-demo
notebooks_hostname: eosc-notebooks.vm.fedcloud.eu
grafana_hostname: grafana.eosc-notebooks.vm.fedcloud.eu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment