[SIS-xxx] adding variable to make frontend host available

This commit is contained in:
Sheldan
2024-04-05 01:48:47 +02:00
parent 32274561e9
commit 3a1071b65e
2 changed files with 3 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ spec:
value: "{{ .Values.privateRestApi.service.name }}.{{ .Release.Namespace }}.svc.cluster.local"
- name: PRIVATE_REST_API_PORT
value: "{{ .Values.privateRestApi.service.targetPort }}"
- name: FRONTEND_HOST
value: "{{ .Values.bot.host }}"
{{- range $key, $value := .Values.bot.propertyConfig }}
- name: {{ $key | quote }}
value: {{ $value | quote}}

View File

@@ -14,6 +14,7 @@ bot:
failureThreshold: 3
propertyConfig:
hikariPoolSize: 10
host:
restApi:
enabled: true
repository: harbor.sheldan.dev/sissi