mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Add Telegram secrets
This commit is contained in:
@@ -117,6 +117,16 @@ spec:
|
||||
secretKeyRef:
|
||||
name: authorization
|
||||
key: token
|
||||
- name: Telegram__BotToken
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: telegram
|
||||
key: bot-token
|
||||
- name: Telegram__ChatId
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: telegram
|
||||
key: chat-id
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
|
||||
Reference in New Issue
Block a user