Skip to content

Commit

Permalink
[home] added hacs storage
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 13, 2024
1 parent b67b502 commit e788b6f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/data/storage/base/home/ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,16 @@ spec:
requests:
storage: 40Gi
storageClassName: iscsi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: hacs-storage
namespace: homeassistant
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: iscsi
5 changes: 5 additions & 0 deletions apps/home/ha/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ spec:
subPath: secrets.yaml
- name: config-volume
mountPath: /config
- name: hacs-storage
mountPath: /hacsfiles
- name: temp-config
mountPath: /src
- name: dev-usb-00
Expand Down Expand Up @@ -157,6 +159,9 @@ spec:
- name: config-volume
persistentVolumeClaim:
claimName: ha-storage-new
- name: hacs-storage
persistentVolumeClaim:
claimName: hacs-storage
- name: zigbee-00
hostPath:
path: /dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_C130205F-if00-port0
Expand Down

0 comments on commit e788b6f

Please sign in to comment.