mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(nextcloud): removed limits for postgres
This commit is contained in:
parent
b8ab31ff97
commit
128178291c
1 changed files with 7 additions and 7 deletions
|
@ -30,13 +30,13 @@ spec:
|
||||||
#encryption: AES256
|
#encryption: AES256
|
||||||
retentionPolicy: "90d"
|
retentionPolicy: "90d"
|
||||||
|
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
memory: "64Mi"
|
# memory: "64Mi"
|
||||||
cpu: "50m"
|
# cpu: "50m"
|
||||||
limits:
|
# limits:
|
||||||
memory: "1Gi"
|
# memory: "1Gi"
|
||||||
cpu: "1"
|
# cpu: "1"
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
|
Loading…
Reference in a new issue