Research-Stack/4-Infrastructure/k3s-flake/manifests/homarr/pvc.yaml
allaun 0fe50b4840 feat(infra): update Homarr dashboard to v1.68.0 and align manifests
- Update container image to ghcr.io/homarr-labs/homarr:v1.68.0
- Change namespace from services to homarr across deployment, service, and pvc
- Set volume mount path to /appdata and storage capacity to 2Gi with local-path
- Inject OIDC environment variables for SSO authentication

Build: 0 jobs, 0 errors
2026-06-29 09:31:52 -05:00

14 lines
213 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: homarr-data
namespace: homarr
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
storageClassName: local-path