diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 32cbc61..97691ef 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -37,26 +37,22 @@ spec: - name: default-config mountPath: /etc/apache2/sites-enabled/000-default.conf subPath: 000-default.conf - - name: hugepage - mountPath: /dev/hugepages resources: limits: cpu: 1500m - hugepages-2Mi: 2048Mi memory: 2048Mi requests: cpu: 500m - hugepages-2Mi: 2048Mi memory: 256Mi readinessProbe: tcpSocket: port: 80 - initialDelaySeconds: 180 + initialDelaySeconds: 10 periodSeconds: 60 livenessProbe: tcpSocket: port: 80 - initialDelaySeconds: 300 + initialDelaySeconds: 20 periodSeconds: 180 ports: - containerPort: 80 @@ -180,6 +176,3 @@ spec: items: - key: "000-default.conf" path: "000-default.conf" - - name: hugepage - emptyDir: - medium: HugePages