Skip to content

Commit

Permalink
fix: argo not ready for topokey waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfaircloth committed Aug 27, 2023
1 parent 5318c2e commit 9d034d5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
matchLabelKeys:
- pod-template-hash
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
matchLabelKeys:
- pod-template-hash
# - maxSkew: 1
# topologyKey: topology.kubernetes.io/zone
# whenUnsatisfiable: DoNotSchedule
# matchLabelKeys:
# - pod-template-hash
# - maxSkew: 1
# topologyKey: kubernetes.io/hostname
# whenUnsatisfiable: ScheduleAnyway
# matchLabelKeys:
# - pod-template-hash
{{- with .Values.topologySpreadConstraints }}
{{- toYaml . | nindent 8 }}
{{- end }}

0 comments on commit 9d034d5

Please sign in to comment.