mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Fix secret
This commit is contained in:
@@ -122,11 +122,16 @@ spec:
|
||||
secretKeyRef:
|
||||
name: telegram
|
||||
key: bot-token-home
|
||||
- name: Telegram__ChatId
|
||||
- name: Telegram__GroupChatId
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: telegram
|
||||
key: chat-id
|
||||
key: group-chat-id
|
||||
- name: Telegram__PersonalChatId
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: telegram
|
||||
key: personal-chat-id
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
|
||||
Reference in New Issue
Block a user