Skip to content

Commit

Permalink
feat: webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed May 18, 2024
1 parent 44c30a9 commit 4e750f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/bot-telegram/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4e750f0

Please sign in to comment.