mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
More changes and chart bump
This commit is contained in:
parent
189865090c
commit
ae88860742
6 changed files with 194 additions and 5 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue