Skip to content

Commit

Permalink
Merge pull request #2813 from manics/aws-curvenote-binder
Browse files Browse the repository at this point in the history
Curvenote: Reduce replicas, add `priorityClassName: binderhub-core` where possible
  • Loading branch information
manics authored Nov 3, 2023
2 parents 1ba69c1 + 880a485 commit f461f9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/curvenote.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
projectName: curvenote

binderhub:
replicas: 1
config:
BinderHub:
hub_url: https://hub.binder.curvenote.dev
Expand Down Expand Up @@ -277,6 +278,7 @@ grafana:
prometheus:
enabled: true
server:
priorityClassName: binderhub-core
persistentVolume:
size: 50Gi
retention: 30d
Expand All @@ -290,6 +292,9 @@ prometheus:

ingress-nginx:
controller:
priorityClassName: binderhub-core
autoscaling:
maxReplicas: 2
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
Expand All @@ -311,7 +316,7 @@ priorityClasses:
binderhub-container-registry-helper:
enabled: true
# auth_token: Autogenerated
replicaCount: 2
replicaCount: 1
serviceAccount:
name: binderhub-container-registry-helper
annotations:
Expand Down

0 comments on commit f461f9e

Please sign in to comment.