Added pasarguard
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 12s

This commit is contained in:
AB
2025-11-05 15:36:02 +02:00
parent 75a9c140af
commit 48fee5ceed

View File

@@ -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