mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-07 09:47:52 +00:00
[SIS-xxx] adding variable to make frontend host available
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -14,6 +14,7 @@ bot:
|
||||
failureThreshold: 3
|
||||
propertyConfig:
|
||||
hikariPoolSize: 10
|
||||
host:
|
||||
restApi:
|
||||
enabled: true
|
||||
repository: harbor.sheldan.dev/sissi
|
||||
|
||||
Reference in New Issue
Block a user