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
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user