diff --git a/config_jupyterhub_helm.yaml b/config_jupyterhub_helm.yaml index 9a5ef31..bd01b4c 100644 --- a/config_jupyterhub_helm.yaml +++ b/config_jupyterhub_helm.yaml @@ -1,6 +1,4 @@ hub: - # output of first execution of 'openssl rand -hex 32' - cookieSecret: "" db: type: sqlite-pvc pvc: @@ -9,9 +7,6 @@ hub: storage: 1Gi storageClassName: rook-block -proxy: - # output of second execution of 'openssl rand -hex 32' - secretToken: "" singleuser: memory: @@ -27,9 +22,3 @@ ingress: enabled: true annotations: kubernetes.io/tls-acme: "true" - hosts: - - js-xxx-xxx.jetstream-cloud.org - tls: - - hosts: - - js-xxx-xxx.jetstream-cloud.org - secretName: kubelego-tls-jupyterhub