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 - name: TLS_DIR
value: /tls value: /tls
readinessProbe: readinessProbe:
grpc: tcpSocket:
port: 50051 port: 50051
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
livenessProbe: livenessProbe:
grpc: tcpSocket:
port: 50051 port: 50051
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 30 periodSeconds: 30