Skip to content

Commit

Permalink
curvenote: ingress-nginx: use correct param to limit replicas, set bi…
Browse files Browse the repository at this point in the history
…nderhub priorityClassName
  • Loading branch information
manics committed Nov 19, 2023
1 parent c666596 commit ea6b1e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
projectName: curvenote

binderhub:
# TODO: priorityClassName: binderhub-core
replicas: 1
config:
BinderHub:
Expand Down Expand Up @@ -46,6 +45,9 @@ binderhub:
# extraEnv:
# GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json

extraPodSpec:
priorityClassName: binderhub-core

extraConfig:
01-eventlog: |
# Disabled until GOOGLE_APPLICATION_CREDENTIALS secret is available
Expand Down Expand Up @@ -296,8 +298,7 @@ prometheus:
ingress-nginx:
controller:
priorityClassName: binderhub-core
autoscaling:
maxReplicas: 2
replicaCount: 2
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
Expand Down

0 comments on commit ea6b1e6

Please sign in to comment.