Skip to content

Commit

Permalink
Curvenote: Add priorityClassName: binderhub-core where supported
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 3, 2023
1 parent 5b20380 commit 6bc037a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ grafana:
prometheus:
enabled: true
server:
priorityClassName: binderhub-core
persistentVolume:
size: 50Gi
retention: 30d
Expand All @@ -291,6 +292,7 @@ prometheus:

ingress-nginx:
controller:
priorityClassName: binderhub-core
autoscaling:
maxReplicas: 2
service:
Expand Down Expand Up @@ -325,3 +327,5 @@ awsEcrRegistryCleaner:
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: "arn:aws:iam::166088433508:role/binderhub-IRSA-aws-binderhub-ecr-registry-cleaner"
extraPodSpec:
priorityClassName: binderhub-core

0 comments on commit 6bc037a

Please sign in to comment.