ci: deploy home assistant via flux cd (20GiB, ha.patanix.de)

This commit is contained in:
Patryk Hegenberg 2025-05-25 15:54:08 +02:00
parent 4fd5924fb4
commit 0a24c7f0bf
8 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: home-assistant-config
namespace: home-assistant
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
storageClassName: local-path