mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Add laundry notifications to Telegram
This commit is contained in:
@@ -27,6 +27,16 @@ spec:
|
||||
env:
|
||||
- name: Hub__DeviceStatus
|
||||
value: http://hub-service/device-status
|
||||
- name: Telegram__BotToken
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: telegram
|
||||
key: bot-token
|
||||
- name: Telegram__ChatId
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: telegram
|
||||
key: chat-id
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 30
|
||||
dnsPolicy: ClusterFirst
|
||||
|
||||
Reference in New Issue
Block a user