@@ -56,6 +56,39 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
- name: http
containerPort: 80
protocol: TCP
+ livenessProbe:
+ httpGet:
+ path: /status.php
+ port: http
+ httpHeaders:
+ - name: Host
+ value: localhost
+ initialDelaySeconds: 30
+ periodSeconds: 10
+ timeoutSeconds: 5
+ failureThreshold: 5
+ readinessProbe:
+ startupProbe:
+ initialDelaySeconds: 60
+ failureThreshold: 60
volumeMounts:
- name: nextcloud-data
mountPath: /var/www/