Fix nextcloud resource limit config

main
trivernis 11 months ago
parent 0a9b97b17e
commit 6a3e91960a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: DFFFCC2C7A02DB45

@ -20,6 +20,12 @@ spec:
image:
flavor: fpm-alpine
resources:
requests:
memory: 250Mi
limits:
memory: 1Gi
nextcloud:
host: cloud.trivernis.net
existingSecret:
@ -27,11 +33,6 @@ spec:
secretName: nextcloud-secret
usernameKey: username
passwordKey: password
resources:
requests:
memory: 250Mi
limits:
memory: 1Gi
configs:
overrides.config.php: |-
<?php

Loading…
Cancel
Save