Compare commits

..

4 Commits

Author SHA1 Message Date
a4e587738b Merge pull request 'Update time' (#8) from omega-basms into master
Reviewed-on: #8
2026-06-02 12:09:33 +00:00
3049fdc2fc Merge branch 'master' into omega-basms 2026-06-02 12:09:20 +00:00
elishadavidi
1ddf2bcad0 Update deployment values 2026-06-02 15:08:20 +03:00
elishadavidi
e09a917a10 Update to 15 mins 2026-05-28 19:30:33 +03:00
3 changed files with 5 additions and 1 deletions

View File

@ -48,6 +48,8 @@ spec:
value: {{ .Values.backend.env.telegramBotToken | quote }} value: {{ .Values.backend.env.telegramBotToken | quote }}
- name: TELEGRAM_CHAT_ID - name: TELEGRAM_CHAT_ID
value: {{ .Values.backend.env.telegramChatId | quote }} value: {{ .Values.backend.env.telegramChatId | quote }}
- name: APPS_SCRIPT_URL
value: {{ .Values.backend.env.appsScriptUrl | quote }}
- name: BATCH_INTERVAL_MS - name: BATCH_INTERVAL_MS
value: {{ .Values.backend.env.batchIntervalMs | quote }} value: {{ .Values.backend.env.batchIntervalMs | quote }}
- name: BATCH_MAX_CHARS - name: BATCH_MAX_CHARS

View File

@ -36,6 +36,7 @@ backend:
ownLastName: "" ownLastName: ""
keepAliveUrl: "" keepAliveUrl: ""
keepAliveIntervalMs: "300000" keepAliveIntervalMs: "300000"
appsScriptUrl: ""
persistence: persistence:
enabled: true enabled: true

View File

@ -30,13 +30,14 @@ backend:
smsRecipient: "+972509215656" smsRecipient: "+972509215656"
telegramBotToken: "8143716130:AAFw5ZPLG9SHp45m8bfICcA9A00sa-n3utQ" telegramBotToken: "8143716130:AAFw5ZPLG9SHp45m8bfICcA9A00sa-n3utQ"
telegramChatId: "283184115" telegramChatId: "283184115"
batchIntervalMs: "300000" batchIntervalMs: "900000"
batchMaxChars: "700" batchMaxChars: "700"
includeOwnMessages: "true" includeOwnMessages: "true"
ownName: "אלישע" ownName: "אלישע"
ownLastName: "דוידי" ownLastName: "דוידי"
keepAliveUrl: "" keepAliveUrl: ""
keepAliveIntervalMs: "300000" keepAliveIntervalMs: "300000"
appsScriptUrl: https://script.google.com/macros/s/AKfycbznoWH7h0yAh7oPqyQNZXUzq-CiqRqyf5cQ0f-SWNNz863SrSQ9MPdA-nVhXVqyMv5aAw/exec
persistence: persistence:
enabled: true enabled: true