root
This commit is contained in:
parent
2e10f5bb69
commit
07c7253447
@ -33,6 +33,18 @@ spec:
|
||||
nodeSelector:
|
||||
hasDns: "true"
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: traefik
|
||||
app.kubernetes.io/instance: traefik
|
||||
topologyKey: kubernetes.io/hostname
|
||||
|
||||
globalArguments: []
|
||||
|
||||
additionalArguments:
|
||||
|
Loading…
Reference in New Issue
Block a user