Skip to content

Commit

Permalink
Merge pull request #16 from maulikjs/JH-metrics
Browse files Browse the repository at this point in the history
Enable prometheus to scrape Jupyterhub metrics on the port 8080
  • Loading branch information
anishasthana authored and Chad Roberts committed Feb 25, 2021
2 parents 5c7cfb8 + fc15e24 commit a76daac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyterhub/jupyterhub/base/jupyterhub-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ metadata:
app: jupyterhub
name: jupyterhub-cfg
data:
jupyterhub_config.py: ""
jupyterhub_config.py: |
c.JupyterHub.authenticate_prometheus = False;
jupyterhub_admins: "admin"
gpu_mode: ""
singleuser_pvc_size: 2Gi

0 comments on commit a76daac

Please sign in to comment.