Stavros kois 2 tahun lalu
induk
melakukan
19a5b87fd0
1 mengubah file dengan 33 tambahan dan 0 penghapusan
  1. 33 0
      charts/nextcloud/1.6.17/templates/deployment.yaml

+ 33 - 0
charts/nextcloud/1.6.17/templates/deployment.yaml

@@ -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:
+          httpGet:
+            path: /status.php
+            port: http
+            httpHeaders:
+            - name: Host
+              value: localhost
+          initialDelaySeconds: 30
+          periodSeconds: 10
+          timeoutSeconds: 5
+          failureThreshold: 5
+        startupProbe:
+          httpGet:
+            path: /status.php
+            port: http
+            httpHeaders:
+            - name: Host
+              value: localhost
+          initialDelaySeconds: 60
+          periodSeconds: 10
+          timeoutSeconds: 5
+          failureThreshold: 60
         volumeMounts:
         - name: nextcloud-data
           mountPath: /var/www/