Skip to content

Commit

Permalink
STAGING! Undo add taint to node pool and backend cpu upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zuhdil committed Jul 21, 2024
1 parent d98796d commit 790e119
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions ci/k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ spec:
annotations:
prometheus.io/scrape: 'true'
spec:
tolerations:
- key: "akvo-app"
operator: "Equal"
value: "rsr-dedicated"
effect: "NoSchedule"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: "akvo-app"
operator: "In"
values:
- "rsr-dedicated"
containers:
- name: rsr-nginx
image: eu.gcr.io/akvo-lumen/rsr-nginx-staging:${TRAVIS_COMMIT}
Expand Down Expand Up @@ -97,7 +82,7 @@ spec:
requests:
cpu: "1000m"
limits:
cpu: "6000m"
cpu: "4000m"
ports:
- containerPort: 8000
protocol: TCP
Expand Down

0 comments on commit 790e119

Please sign in to comment.