Thanks yaml

This commit is contained in:
Simen Røstvik 2022-11-15 10:20:26 +01:00
parent 75b9f1e03d
commit ef3be94b15

View File

@ -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: []