You've already forked homeassistant-charts
fix: add persistent volume claim
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
18
values.yaml
18
values.yaml
@ -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
|
||||
|
Reference in New Issue
Block a user