Add Telegram secrets

This commit is contained in:
2024-05-28 16:49:32 -04:00
parent 4917493f21
commit 3d7fa1afa6

View File

@@ -117,6 +117,16 @@ spec:
secretKeyRef: secretKeyRef:
name: authorization name: authorization
key: token key: token
- name: Telegram__BotToken
valueFrom:
secretKeyRef:
name: telegram
key: bot-token
- name: Telegram__ChatId
valueFrom:
secretKeyRef:
name: telegram
key: chat-id
resources: resources:
limits: limits:
cpu: 1000m cpu: 1000m