Added topology key

This commit is contained in:
2023-09-23 13:26:34 +00:00
parent d884c6cb2b
commit 6287a199b8
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "1.0.18" HELM_CHART_VERSION: "1.0.19"
stages: stages:
- deploy - deploy

View File

@@ -68,4 +68,5 @@ podAffinity:
operator: In operator: In
values: values:
- "site" - "site"
topologyKey: kubernetes.io/hostname
{{- end }} {{- end }}