Skip to content

Commit 02c7340

Browse files
Merge pull request #69 from akadapa/patch-2
Update values.yaml
2 parents ac6c98a + 82439be commit 02c7340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/chp-api/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ingress:
8080

8181
tolerations:
8282
- key: "transltr"
83-
value: "chp"
83+
value: "chp-api"
8484
operator: "Equal"
8585
effect: "NoSchedule"
8686

@@ -93,7 +93,7 @@ affinity:
9393
- key: application
9494
operator: In
9595
values:
96-
- chp
96+
- chp-api
9797
topologyKey: "kubernetes.io/hostname"
9898
# this ensures pod only runs on node with label application=managed-app
9999
nodeAffinity:
@@ -103,4 +103,4 @@ affinity:
103103
- key: application
104104
operator: In
105105
values:
106-
- chp
106+
- chp-api

0 commit comments

Comments
 (0)