Add liveness to overlay

This commit is contained in:
Micke Nordin 2025-02-07 15:54:14 +01:00
parent 0a43f3965e
commit c9ad7d7bab
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -38,3 +38,6 @@ spec:
secretKeyRef:
name: xrootd-secret
key: "source-secret-access-key"
livenessProbe:
exec:
command: ["bash", "-c", "if test -f /backup_ipc/stop; then umount /backup_storage; exit 1; fi;"]