diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 1e1daba9b784942473083981b0b428f3786ffe8b..be214b455218ffb9d23880adaad85b0799146ed6 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -173,6 +173,10 @@ hub: jwt: url: "http://jwt/" display: false + eosc-monitor: + admin: true + display: false + api_token: "{{ secrets['zabbix_token'] }}" # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index e4083690721145336fda83b61272f91899e66aba..7e7b4a568dd0733bd6a545eb0f6de2b010756747 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -155,6 +155,10 @@ hub: jwt: url: "http://jwt/" display: false + eosc-monitor: + admin: true + display: false + api_token: "{{ secrets['zabbix_token'] }}" # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 27e9dc5dc0f9ae17baad972750cb84acfcbb72a6..99396eeab6bf424e354c5290f87e557df3d0fea9 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -155,6 +155,10 @@ hub: jwt: url: "http://jwt/" display: false + eosc-monitor: + admin: true + display: false + api_token: "{{ secrets['zabbix_token'] }}" # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 17ce5663293caa5ffe3b42de04b9df54101239d5..e219c36a2400a754a93c95390f7e76931f9bbd46 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -156,6 +156,10 @@ hub: jwt: url: "http://jwt/" display: false + eosc-monitor: + admin: true + display: false + api_token: "{{ secrets['zabbix_token'] }}" # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml image: name: eginotebooks/hub