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

Loading…
Cancel
Save