Thanks yaml
This commit is contained in:
parent
75b9f1e03d
commit
ef3be94b15
@ -31,7 +31,16 @@ spec:
|
|||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
hasDns: true
|
hasDns: "true"
|
||||||
|
|
||||||
|
affinity:
|
||||||
|
podAntiAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
- labelSelector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: traefik
|
||||||
|
app.kubernetes.io/instance: traefik
|
||||||
|
topologyKey: kubernetes.io/hostname
|
||||||
|
|
||||||
globalArguments: []
|
globalArguments: []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user