autocommit

This commit is contained in:
Linus Vogel 2026-07-04 14:19:23 +02:00
parent 3564e20455
commit 8ee5be5ea0
2 changed files with 14 additions and 15 deletions

View File

@ -3,7 +3,6 @@ gateway:
kind: DaemonSet kind: DaemonSet
labels: labels:
istio: ingressgateway istio: ingressgateway
revision: 1.30.2
service: service:
type: NodePort type: NodePort
ports: ports:

View File

@ -1,17 +1,17 @@
global: global:
proxy: proxy:
image: 1.30.2 image: 1.30.2
istiod: #istiod:
pilot: # pilot:
affinity: # affinity:
podAntiAffinity: # podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution: # preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100 # - weight: 100
podAffinityTerm: # podAffinityTerm:
labelSelector: # labelSelector:
matchExpressions: # matchExpressions:
- key: app.kubernetes.io/name # - key: app.kubernetes.io/name
operator: In # operator: In
values: # values:
- istiod # - istiod
topologyKey: kubernetes.io/hostname # topologyKey: kubernetes.io/hostname