Add laundry notifications to Telegram

This commit is contained in:
2022-08-18 09:55:31 -04:00
parent e4944ea5d3
commit 970f4ba59f
7 changed files with 73 additions and 7 deletions

View File

@@ -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