Embed calendar and change colors

This commit is contained in:
2024-12-17 19:42:32 +00:00
parent 5ea5019756
commit 031949409b
4 changed files with 41 additions and 8 deletions

View File

@@ -47,6 +47,11 @@ spec:
secretKeyRef:
name: display-internal-config
key: ALARM_DEVICE
- name: CALENDAR_EMBED_URL
valueFrom:
secretKeyRef:
name: display-internal-config
key: CALENDAR_EMBED_URL
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst

View File

@@ -35,6 +35,8 @@ spec:
value:
- name: ALARM_DEVICE
value:
- name: CALENDAR_EMBED_URL
value:
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst