Skip to content

Commit 0dbde18

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/bitnami-migration
2 parents 0be49fa + 12cceaa commit 0dbde18

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

hosting/k8s/helm/templates/webapp.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ spec:
421421
tolerations:
422422
{{- toYaml . | nindent 8 }}
423423
{{- end }}
424+
{{- with .Values.webapp.topologySpreadConstraints }}
425+
topologySpreadConstraints:
426+
{{- tpl (toYaml .) $ | nindent 8 }}
427+
{{- end }}
424428
---
425429
apiVersion: v1
426430
kind: Service

hosting/k8s/helm/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ webapp:
8888
nodeSelector: {}
8989
tolerations: []
9090
affinity: {}
91+
# Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template
92+
topologySpreadConstraints: []
9193

9294
logLevel: "info"
9395
gracefulShutdownTimeout: 1000

0 commit comments

Comments
 (0)