mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-01 15:28:28 +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}}
|
||||
|
||||
@@ -16,6 +16,7 @@ bot:
|
||||
newsForumPostNotificationServerId: null
|
||||
propertyConfig:
|
||||
hikariPoolSize: 10
|
||||
host:
|
||||
templateDeployment:
|
||||
enabled: true
|
||||
repository: harbor.sheldan.dev/abstracto
|
||||
|
||||
Reference in New Issue
Block a user