mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +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
|
||||
retentionPolicy: "90d"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "1"
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: "64Mi"
|
||||
# cpu: "50m"
|
||||
# limits:
|
||||
# memory: "1Gi"
|
||||
# cpu: "1"
|
||||
|
||||
storage:
|
||||
size: 10Gi
|
||||
|
|
Loading…
Reference in a new issue