diff --git a/bind/bind-secondary.yaml b/bind/bind-secondary.yaml index 249e838..2a49e74 100644 --- a/bind/bind-secondary.yaml +++ b/bind/bind-secondary.yaml @@ -76,16 +76,13 @@ spec: name: bind-readonly-secret - name: bind-data emptyDir: {} - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - bind-secondary - topologyKey: "kubernetes.io/hostname" + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: topology.kubernetes.io/zone + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: bind-secondary --- apiVersion: v1 kind: Service