fix: update readiness and liveness probes to use tcpSocket instead of grpc
This commit is contained in:
parent
fd4cb3e0e5
commit
970cf1ba4d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user