EOX GitLab Instance

Skip to content
Snippets Groups Projects

Configure http access

Merged Nikola Jankovic requested to merge configure-http-access into main
Files
6
@@ -69,6 +69,12 @@ spec:
value: /opt/core/wait-initialized.sh {{- range $script := .Values.global.env.startup_scripts }} {{ $script }}{{ end }}
- name: WAIT_SERVICES
value: {{ .Release.Name }}-database:{{ .Values.global.env.DB_PORT }}
- name: ENABLE_HTTP_ACCESS
{{- if .Values.config.enableHttpAccess }}
value: "true"
{{- else }}
value: "false"
{{- end }}
envFrom:
- secretRef:
name: django-secret-key
Loading