Tanguy Herbron
b8557ab571
Add configuration entry for the new database paradigm, and reword the configuration pipeline to allow for better configuration maintainability and secret management.
13 lines
234 B
YAML
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
|