From 48fee5ceed26b5112a0f692d7dea79eaa1025e64 Mon Sep 17 00:00:00 2001 From: AB Date: Wed, 5 Nov 2025 15:36:02 +0200 Subject: [PATCH] Added pasarguard --- k8s/apps/pasarguard/daemonset.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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