Thanks yaml

This commit is contained in:
Simen Røstvik 2022-11-15 10:20:26 +01:00
parent 1bf2337b3e
commit ad3de5ef07
No known key found for this signature in database

View File

@ -31,7 +31,16 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
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: []