health probe

This commit is contained in:
2026-04-05 09:54:40 +02:00
parent 988ea1d919
commit 294094a96a
2 changed files with 15 additions and 3 deletions
+12
View File
@@ -25,6 +25,18 @@ spec:
env:
- name: GRPC_GO_LOG_SEVERITY_LEVEL
value: "info"
livenessProbe:
httpGet:
path: /health
port: http
initialDelaySeconds: 5
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
port: http
initialDelaySeconds: 5
periodSeconds: 10
resources:
requests:
memory: "128Mi"