Skip to content

Commit

Permalink
Update values.yaml with the original values
Browse files Browse the repository at this point in the history
  • Loading branch information
pahmadi8740 authored Nov 2, 2023
1 parent 9c69570 commit 7d288f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 : "managed-app"
value : "kg2"
operator : "Equal"
effect : "NoSchedule"

Expand All @@ -59,7 +59,7 @@ affinity:
- key: application
operator: In
values:
- managed-app
- kg2
# 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:
- managed-app
- kg2
topologyKey: "kubernetes.io/hostname"

storageClassName:
Expand All @@ -80,8 +80,8 @@ storage:

resources:
requests:
memory: 46Gi
cpu: 8000m
memory: 56Gi
cpu: 13000m
limits:
memory: 58Gi
cpu: 14000m

0 comments on commit 7d288f6

Please sign in to comment.