diff --git a/templates/haproxy-statefulset.yaml b/templates/haproxy-statefulset.yaml index f0dff28..a4e8649 100644 --- a/templates/haproxy-statefulset.yaml +++ b/templates/haproxy-statefulset.yaml @@ -37,7 +37,7 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchLabels: {{ include "jitsi.haproxy.selectorLabels" $ | nindent 16 }} - topologyKey: topology.kubernetes.io/zone + topologyKey: kubernetes.io/hostname {{- if $.Values.haproxy.imagePullSecrets }} imagePullSecrets: {{- range $secretName := $.Values.haproxy.imagePullSecrets }}