mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
feat: readiness probe on the deployment
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
7f231770fd
commit
5a5c8b941f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user