diff --git a/helm/istiod/values.yaml b/helm/istiod/values.yaml index 30b8643..e21f343 100644 --- a/helm/istiod/values.yaml +++ b/helm/istiod/values.yaml @@ -1,14 +1,14 @@ -istiod: - pilot: - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - weight: 100 - podAffinityTerm: - labelSelector: - matchExpressions: - - key: app.kubernetes.io/name - operator: In - values: - - istiod - topologyKey: kubernetes.io/hostname \ No newline at end of file +#istiod: +# pilot: +# affinity: +# podAntiAffinity: +# preferredDuringSchedulingIgnoredDuringExecution: +# - weight: 100 +# podAffinityTerm: +# labelSelector: +# matchExpressions: +# - key: app.kubernetes.io/name +# operator: In +# values: +# - istiod +# topologyKey: kubernetes.io/hostname \ No newline at end of file