try fixing homeassistant again

This commit is contained in:
2024-03-31 19:28:19 +02:00
parent 9cfb98248d
commit deed24aa01
4 changed files with 41 additions and 3 deletions

View File

@@ -21,8 +21,11 @@ spec:
- name: TZ
value: Europe/Berlin
volumeMounts:
- name: config
- name: config-dir
mountPath: /config
- name: configuration
mountPath: /config/configuration.yaml
readOnly: true
resources:
requests:
cpu: "100m"
@@ -31,6 +34,10 @@ spec:
cpu: "2"
memory: "1Gi"
volumes:
- name: config
- name: config-dir
persistentVolumeClaim:
claimName: config
- name: configuration
secret:
secretName: config