Kaynağa Gözat

different startup probe

Stavros kois 2 yıl önce
ebeveyn
işleme
3c776b6897

+ 6 - 6
charts/nextcloud/1.6.17/templates/deployment.yaml

@@ -79,12 +79,12 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
           timeoutSeconds: 5
           failureThreshold: 5
         startupProbe:
-          httpGet:
-            path: /status.php
-            port: http
-            httpHeaders:
-            - name: Host
-              value: localhost
+          exec:
+            command:
+              - /bin/sh
+              - -c
+              - |
+                command -v ffmpeg /dev/null 2>&1 || exit 1
           initialDelaySeconds: 60
           periodSeconds: 10
           timeoutSeconds: 5