mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 10:58:32 -05:00
Try setting config for dual deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user