autocommit
This commit is contained in:
parent
3564e20455
commit
8ee5be5ea0
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user