Try setting config for dual deployment

This commit is contained in:
2024-12-17 13:32:41 +00:00
parent 32675c41bc
commit 36635224e8
7 changed files with 155 additions and 14 deletions

View File

@@ -24,6 +24,17 @@ spec:
imagePullPolicy: Always
securityContext:
privileged: true
env:
- name: API_PREFIX
value:
- name: HOME_ASSISTANT_URL
value:
- name: HOME_ASSISTANT_TOKEN
value:
- name: GARAGE_DEVICE
value:
- name: ALARM_DEVICE
value:
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst