Add liveness to overlay
This commit is contained in:
parent
0a43f3965e
commit
c9ad7d7bab
1 changed files with 3 additions and 0 deletions
|
@ -38,3 +38,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: xrootd-secret
|
name: xrootd-secret
|
||||||
key: "source-secret-access-key"
|
key: "source-secret-access-key"
|
||||||
|
livenessProbe:
|
||||||
|
exec:
|
||||||
|
command: ["bash", "-c", "if test -f /backup_ipc/stop; then umount /backup_storage; exit 1; fi;"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue