EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Data Handling
core
Merge requests
!7
Configure http access
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Configure http access
configure-http-access
into
main
Overview
3
Commits
5
Pipelines
6
Changes
6
Merged
Nikola Jankovic
requested to merge
configure-http-access
into
main
2 years ago
Overview
3
Commits
5
Pipelines
6
Changes
6
Expand
0
0
Merge request reports
Compare
main
version 4
96d36ec9
2 years ago
version 3
2b0cab24
2 years ago
version 2
272893dd
2 years ago
version 1
3ee63842
2 years ago
main (base)
and
latest version
latest version
31941d8f
5 commits,
2 years ago
version 4
96d36ec9
4 commits,
2 years ago
version 3
2b0cab24
3 commits,
2 years ago
version 2
272893dd
2 commits,
2 years ago
version 1
3ee63842
1 commit,
2 years ago
6 files
+
36
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
charts/vs-renderer/templates/deployment.yaml
+
6
−
0
Options
@@ -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