summaryrefslogtreecommitdiff
path: root/f3s/example-apache-volume-claim
AgeCommit message (Collapse)Author
13 daysexample-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
2026-01-07Migrate remaining 4 apps: example-apache-volume-claim, registry, ↵Paul Buetow
pushgateway, immich Apps migrated in this commit: - example-apache-volume-claim (test namespace, 2 replicas, 1 PVC) - registry (infra namespace, Docker registry, 1 PVC) - pushgateway (monitoring namespace, Prometheus metrics) - immich (multi-component: server, postgres, valkey, ML) Also: - Deleted unused example-apache directory - Updated all Justfiles with ArgoCD commands - All apps synced and healthy Progress: 16/22 active apps (73%) Remaining apps (all in monitoring namespace): - prometheus (kube-prometheus-stack) - loki (umbrella chart) - tempo - grafana-ingress 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-08-08refactor JustfilePaul Buetow
2025-08-08migration to justfilePaul Buetow
2025-08-07modify regtistry to be a helm chart as well and some refactorPaul Buetow
2025-08-07migrate to be a helm chartPaul Buetow
2025-07-28more on thisPaul Buetow
2025-07-27persistent volume examplePaul Buetow