feat: readiness probe on the deployment

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2024-12-02 13:18:26 +01:00
parent 7f231770fd
commit 5a5c8b941f

View File

@ -37,6 +37,11 @@ spec:
- --server-address=:9090
- --leader-elect
- --log-level=debug
readinessProbe:
tcpSocket:
port: 9090
initialDelaySeconds: 10
periodSeconds: 10
volumeMounts:
- mountPath: /server
name: server