From 4e750f0428f41268296e28e021a45e4b9c7d72d6 Mon Sep 17 00:00:00 2001 From: Andrei Kurilov <18027129+akurilov@users.noreply.github.com> Date: Sat, 18 May 2024 06:59:46 +0300 Subject: [PATCH] feat: webhooks --- helm/bot-telegram/templates/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/bot-telegram/templates/deployment.yaml b/helm/bot-telegram/templates/deployment.yaml index 075f39e..bc83f6f 100644 --- a/helm/bot-telegram/templates/deployment.yaml +++ b/helm/bot-telegram/templates/deployment.yaml @@ -39,15 +39,15 @@ spec: - name: API_WRITER_URI value: "{{ .Values.api.writer.uri }}" - name: API_READER_URI - value: {{ .Values.api.reader.uri }} + value: "{{ .Values.api.reader.uri }}" - name: API_READER_CALLBACK_PROTOCOL - value: {{ .Values.api.reader.callback.protocol }} + value: "{{ .Values.api.reader.callback.protocol }}" - name: API_READER_CALLBACK_HOST - value: {{ include "bot-telegram.fullname" . }} + value: "{{ include "bot-telegram.fullname" . }}" - name: API_READER_CALLBACK_PORT - value: {{ .Values.service.callback.port }} + value: "{{ .Values.service.callback.port }}" - name: API_READER_CALLBACK_PATH - value: {{ .Values.api.reader.callback.path }} + value: "{{ .Values.api.reader.callback.path }}" {{- range .Values.ingress.hosts }} - name: API_TELEGRAM_WEBHOOK_HOST value: {{ .host }}