Fix secret

This commit is contained in:
2025-10-20 13:02:18 -04:00
parent d8e760931e
commit 98fa161eb1

View File

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