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:
|
secretKeyRef:
|
||||||
name: telegram
|
name: telegram
|
||||||
key: bot-token-home
|
key: bot-token-home
|
||||||
- name: Telegram__ChatId
|
- name: Telegram__GroupChatId
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram
|
name: telegram
|
||||||
key: chat-id
|
key: group-chat-id
|
||||||
|
- name: Telegram__PersonalChatId
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: telegram
|
||||||
|
key: personal-chat-id
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
|
|||||||
Reference in New Issue
Block a user