Hassio/manifests/pvc.yaml
Tanguy Herbron b8557ab571 feat(db): Migrate database and rework configuration
Add configuration entry for the new database paradigm, and reword the configuration pipeline to allow for better configuration maintainability and secret management.
2023-07-30 18:43:37 +02:00

13 lines
234 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: homeassistant-pvc
namespace: home-automation
spec:
accessModes:
- ReadWriteOnce
storageClassName: flat-storage-class
resources:
requests:
storage: 1Gi