summaryrefslogtreecommitdiff
path: root/f3s/example-apache-volume-claim/helm-chart/templates
AgeCommit message (Collapse)Author
2026-05-25example-apache-volume-claim: add NFS sentinel initContainer checkPaul Buetow
Adds the standard nfs-check initContainer to verify the sentinel file exists before the main Apache container starts. Prevents silent fall-back to local XFS when NFS is unmounted on the node.
2026-01-08Add volumeName to PVC for explicit bindingPaul Buetow
2026-01-08Change apache PV/PVC to ReadWriteMany for multi-pod accessPaul Buetow
2025-08-07migrate to be a helm chartPaul Buetow