We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050a580 commit 7a0bf5fCopy full SHA for 7a0bf5f
helm-charts/basehub/values.yaml
@@ -13,8 +13,6 @@ binderhub-service:
13
annotations:
14
nginx.ingress.kubernetes.io/proxy-body-size: 256m
15
cert-manager.io/cluster-issuer: letsencrypt-prod
16
- nginx.org/server-snippets: |
17
- resolver_timeout 30s;
18
nodeSelector:
19
hub.jupyter.org/node-purpose: core
20
service:
@@ -438,8 +436,6 @@ jupyterhub:
438
436
nginx.org/location-snippets: |
439
437
proxy_set_header Upgrade $http_upgrade;
440
proxy_set_header Connection $connection_upgrade;
441
442
443
444
scheduling:
445
# We declare matchNodePurpose=require to get a nodeAffinity like a
0 commit comments