diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 878be14..469e380 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -37,6 +37,13 @@ spec: - name: apache-config mountPath: /etc/apache2/sites-enabled/000-default.conf subPath: 000-default.conf + resources: + limits: + cpu: 1500m + memory: 2048Mi + requests: + cpu: 500m + memory: 256Mi readinessProbe: tcpSocket: port: 8080