mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-07 10:08:03 +00:00
[OPB-xxx] adding environment variable to get the url the bot can be reached at
This commit is contained in:
@@ -77,6 +77,8 @@ spec:
|
||||
value: "{{ .Values.privateRestApi.service.name }}.{{ .Release.Namespace }}.svc.cluster.local"
|
||||
- name: PRIVATE_REST_API_PORT
|
||||
value: "{{ .Values.privateRestApi.service.targetPort }}"
|
||||
- name: FRONTEND_BASE
|
||||
value: "https://{{ .Values.bot.host }}"
|
||||
{{- range $key, $value := .Values.bot.propertyConfig }}
|
||||
- name: {{ $key | quote }}
|
||||
value: {{ $value | quote}}
|
||||
|
||||
Reference in New Issue
Block a user