More changes and chart bump

This commit is contained in:
Skyler Mäntysaari 2023-03-02 04:00:25 +02:00
parent 189865090c
commit ae88860742
6 changed files with 194 additions and 5 deletions

View file

@ -11,8 +11,8 @@ metadata:
{{- end }}
data:
config.properties: |
PORT: {{ .Values.backend.config.PORT | default (8080) }}
HTTP_WORKERS: {{ .Values.backend.config.HTTP_WORKERS | default (2) }}
PORT: {{ .Values.backend.config.PORT | default 8080 }}
HTTP_WORKERS: {{ .Values.backend.config.HTTP_WORKERS | default 2 }}
{{- if .Values.backend.config.HTTP_PROXY }}
HTTP_PROXY: {{ .Values.backend.config.HTTP_PROXY }}
{{ end }}