allow for additional container environment variables (#16)
Co-authored-by: Jasper Orschulko <[email protected]> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/16 Reviewed-by: luhahn <[email protected]> Reviewed-by: Lunny Xiao <[email protected]>
This commit is contained in:
committed by
lafriks
co-authored by
Jasper Orschulko
parent
9d25bc75d5
commit
8060d080db
@@ -87,6 +87,10 @@ spec:
|
||||
value: {{ .Values.gitea.config.server.SSH_LISTEN_PORT | quote }}
|
||||
- name: SSH_PORT
|
||||
value: {{ .Values.gitea.config.server.SSH_PORT | quote }}
|
||||
{{- range .Values.statefulset.env }}
|
||||
- name: {{ .name | quote | nospace }}
|
||||
value: {{ .value | quote }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: ssh
|
||||
containerPort: {{ .Values.gitea.config.server.SSH_LISTEN_PORT }}
|
||||
|
||||
Reference in New Issue
Block a user