File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Select the chart that you are modifying:
1212- [ ] app-reverse-proxy
1313- [ ] pact-broker
1414- [ ] ado-build-agents
15+ - [ ] event-worker
1516
1617## Checklist
1718- [ ] Description provided
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22description : EcoVadis Helm chart for K8s Event driven Deployment
33name : charts-event-worker
44type : application
5- version : 1.2.0
5+ version : 1.2.1
66dependencies :
77- name : charts-core
88 version : 2.4.2
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ metadata:
55 labels :
66 {{- include "charts-event-worker.labels" . | nindent 4 }}
77spec :
8+ replicas : 2
89 progressDeadlineSeconds : {{ .Values.global.progressDeadlineSeconds }}
910 revisionHistoryLimit : {{ .Values.global.revisionHistoryLimit | default "3" }}
1011 minReadySeconds : {{ .Values.global.minReadySeconds | default "0"}}
Original file line number Diff line number Diff line change @@ -97,6 +97,15 @@ global:
9797
9898 nodeSelector : {}
9999
100+ # Defaults to trying to schedule pods evenly across availability zones and node hostnames
101+ topologySpread :
102+ - topologyKey : topology.kubernetes.io/zone
103+ maxSkew : 1
104+ whenUnsatisfiable : ScheduleAnyway
105+ - topologyKey : kubernetes.io/hostname
106+ maxSkew : 1
107+ whenUnsatisfiable : ScheduleAnyway
108+
100109 tolerations :
101110 - key : " aksjobs"
102111 operator : " Equal"
You can’t perform that action at this time.
0 commit comments