Compare commits
2 Commits
d3400bcdbc
...
02e7b17f8a
Author | SHA1 | Date | |
---|---|---|---|
02e7b17f8a | |||
9bbc5f246e |
@ -36,12 +36,12 @@ spec:
|
|||||||
- "--accesslog=true"
|
- "--accesslog=true"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
requests:
|
limits:
|
||||||
cpu: 500m
|
cpu: 1000m # 1 vCPU
|
||||||
memory: 1Gi # Update when traefik fixes their shitty mem leak
|
memory: 1024Mi # Update when traefik fixes their shitty mem leak
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user