fix: add persistent volume claim
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-09 17:42:34 +01:00
parent e2ebfb3943
commit e8cd20b9f5
3 changed files with 46 additions and 15 deletions

View File

@ -37,6 +37,14 @@ ingress:
nodeSelector: {}
persistentStorage:
enabled: false
existingClaim: ""
annotations: {}
labels: {}
storageClass:
size: 15Gi
podAnnotations: {}
podPriorityClassName: ""
@ -70,13 +78,3 @@ service:
port: 8123
tolerations: []
volumeMounts: []
# - name: config
# mountPath: /config
volumes: []
# - name: config
# hostPath:
# path: /etc/homeassistant
# type: DirectoryOrCreate