fix: update readiness and liveness probes to use tcpSocket instead of grpc

This commit is contained in:
Nik Afiq 2026-04-09 22:45:38 +09:00
parent fd4cb3e0e5
commit 970cf1ba4d

View File

@ -38,12 +38,12 @@ spec:
- name: TLS_DIR
value: /tls
readinessProbe:
grpc:
tcpSocket:
port: 50051
initialDelaySeconds: 5
periodSeconds: 10
livenessProbe:
grpc:
tcpSocket:
port: 50051
initialDelaySeconds: 10
periodSeconds: 30