mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-08 01:28:27 -05:00
Add national days API to calendar
This commit is contained in:
@@ -35,6 +35,16 @@ spec:
|
||||
secretKeyRef:
|
||||
name: calendar-config
|
||||
key: HOLIDAYS_URL
|
||||
- name: Calendar__NationalDays__Url
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: calendar-config
|
||||
key: NATIONAL_DAYS_URL
|
||||
- name: Calendar__NationalDays__Key
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: calendar-config
|
||||
key: NATIONAL_DAYS_KEY
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 30
|
||||
dnsPolicy: ClusterFirst
|
||||
|
||||
Reference in New Issue
Block a user