Skip to content

Commit

Permalink
Merge pull request #2190 from pahmadi8740/patch-3
Browse files Browse the repository at this point in the history
Update values.yaml with new node-group
  • Loading branch information
edeutsch authored Nov 1, 2023
2 parents 388fdbb + d78e108 commit 19ae98b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/kg2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ingress:
# toleration to node taint such that this deployment can be scheduled on the tainted node while others without the toleration can not
tolerations:
- key : "rtx"
value : "kg2"
value : "managed-app"
operator : "Equal"
effect : "NoSchedule"

Expand All @@ -59,7 +59,7 @@ affinity:
- key: application
operator: In
values:
- kg2
- managed-app
# this ensures only ONE pod will run on each node
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -68,7 +68,7 @@ affinity:
- key: app.kubernetes.io/name
operator: In
values:
- kg2
- managed-app
topologyKey: "kubernetes.io/hostname"

storageClassName:
Expand All @@ -84,4 +84,4 @@ resources:
cpu: 13000m
limits:
memory: 58Gi
cpu: 14000m
cpu: 14000m

0 comments on commit 19ae98b

Please sign in to comment.