This commit is contained in:
parent
69597550b5
commit
9a709951a1
2 changed files with 12 additions and 0 deletions
|
|
@ -56,6 +56,12 @@ spec:
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 2
|
timeoutSeconds: 2
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
add:
|
||||||
|
- NET_BIND_SERVICE
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: {{ traefik_cpu_limit }}
|
cpu: {{ traefik_cpu_limit }}
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,12 @@ spec:
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 2
|
timeoutSeconds: 2
|
||||||
|
securityContext:
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
add:
|
||||||
|
- NET_BIND_SERVICE
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: {{ traefik_cpu_limit }}
|
cpu: {{ traefik_cpu_limit }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue