mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 08:21:19 -05:00
add resource limits
This commit is contained in:
parent
52038a7585
commit
89b8364fe5
1 changed files with 7 additions and 8 deletions
|
|
@ -39,14 +39,13 @@ vault:
|
||||||
ha:
|
ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
replicas: 3
|
replicas: 3
|
||||||
resources: {}
|
resources:
|
||||||
# resources:
|
requests:
|
||||||
# requests:
|
memory: 256Mi
|
||||||
# memory: 256Mi
|
cpu: 250m
|
||||||
# cpu: 250m
|
limits:
|
||||||
# limits:
|
memory: 256Mi
|
||||||
# memory: 256Mi
|
cpu: 250m
|
||||||
# cpu: 250m
|
|
||||||
|
|
||||||
dataStorage:
|
dataStorage:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue