diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml index 30df62e..e6a8a41 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -3,7 +3,6 @@ gateway: kind: DaemonSet labels: istio: ingressgateway - revision: 1.30.2 service: type: NodePort ports: diff --git a/helm/istiod/values.yaml b/helm/istiod/values.yaml index cf34b91..3e81402 100644 --- a/helm/istiod/values.yaml +++ b/helm/istiod/values.yaml @@ -1,17 +1,17 @@ global: proxy: image: 1.30.2 -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