mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
add resource limits
This commit is contained in:
parent
89b8364fe5
commit
33fd621ec8
1 changed files with 7 additions and 7 deletions
|
|
@ -819,13 +819,13 @@ traefik:
|
||||||
# Additional serviceAccount annotations (e.g. for oidc authentication)
|
# Additional serviceAccount annotations (e.g. for oidc authentication)
|
||||||
serviceAccountAnnotations: {}
|
serviceAccountAnnotations: {}
|
||||||
|
|
||||||
resources: {}
|
resources:
|
||||||
# requests:
|
requests:
|
||||||
# cpu: "100m"
|
cpu: "100m"
|
||||||
# memory: "50Mi"
|
memory: "50Mi"
|
||||||
# limits:
|
limits:
|
||||||
# cpu: "300m"
|
cpu: "300m"
|
||||||
# memory: "150Mi"
|
memory: "150Mi"
|
||||||
|
|
||||||
# This example pod anti-affinity forces the scheduler to put traefik pods
|
# This example pod anti-affinity forces the scheduler to put traefik pods
|
||||||
# on nodes where no other traefik pods are scheduled.
|
# on nodes where no other traefik pods are scheduled.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue