Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akadapa authored May 15, 2024
1 parent e9b7c59 commit 349170c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/chp-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ingress:

tolerations:
- key: "transltr"
value: "managed-app"
value: "chp"
operator: "Equal"
effect: "NoSchedule"

Expand All @@ -86,10 +86,10 @@ affinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
- key: applicaiton
operator: In
values:
- managed-app
- chp
topologyKey: "kubernetes.io/hostname"
# this ensures pod only runs on node with label application=managed-app
nodeAffinity:
Expand All @@ -99,4 +99,4 @@ affinity:
- key: application
operator: In
values:
- managed-app
- chp

0 comments on commit 349170c

Please sign in to comment.