diff --git a/k8s/apps/pasarguard/daemonset.yaml b/k8s/apps/pasarguard/daemonset.yaml index 4fc6e94..c5a4bb1 100644 --- a/k8s/apps/pasarguard/daemonset.yaml +++ b/k8s/apps/pasarguard/daemonset.yaml @@ -297,17 +297,15 @@ spec: - name: API_KEY value: "change-this-to-a-secure-uuid" livenessProbe: - httpGet: + tcpSocket: port: 62050 - path: /health initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 readinessProbe: - httpGet: + tcpSocket: port: 62050 - path: /health initialDelaySeconds: 10 periodSeconds: 5 timeoutSeconds: 3