Skip to content
Snippets Groups Projects
Verified Commit e438a2aa authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Creating eosc mon service

parent 13454031
No related branches found
No related tags found
1 merge request!20Creating eosc mon service
...@@ -173,6 +173,10 @@ hub: ...@@ -173,6 +173,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false 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 # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
...@@ -155,6 +155,10 @@ hub: ...@@ -155,6 +155,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false 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 # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
...@@ -155,6 +155,10 @@ hub: ...@@ -155,6 +155,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false 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 # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
...@@ -156,6 +156,10 @@ hub: ...@@ -156,6 +156,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false 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 # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment