changed probes ftom http to tcp

This commit is contained in:
2026-01-08 16:27:00 +01:00
parent 4a2f2b361d
commit a606cd03ae
+6 -9
View File
@@ -364,25 +364,22 @@ spec:
cpu: "2"
memory: 2Gi
livenessProbe:
httpGet:
path: /api/health
port: http
tcpSocket:
port: 3000
initialDelaySeconds: 120
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
readinessProbe:
httpGet:
path: /api/health
port: http
tcpSocket:
port: 3000
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 3
startupProbe:
httpGet:
path: /api/health
port: http
tcpSocket:
port: 3000
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10