homeassistant config
This commit is contained in:
Submodule gym-tracker updated: 5e237b6174...bc7d269cc4
@@ -65,14 +65,26 @@ spec:
|
||||
hostNetwork: true
|
||||
volumes:
|
||||
- name: config
|
||||
hostPath:
|
||||
path: ./config
|
||||
type: DirectoryOrCreate
|
||||
persistentVolumeClaim:
|
||||
claimName: home-assistant-config
|
||||
- name: localtime
|
||||
hostPath:
|
||||
path: /etc/localtime
|
||||
type: File
|
||||
path: /etc/localtime
|
||||
type: File
|
||||
- name: dbus
|
||||
hostPath:
|
||||
path: /run/dbus
|
||||
type: Directory
|
||||
path: /run/dbus
|
||||
type: File
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
namespace: home-assistant
|
||||
name: home-assistant-config
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user