EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
ESA
PRISM
VS
Merge requests
!59
Single-file data updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Single-file data updates
fusion
into
staging
Overview
0
Commits
7
Pipelines
0
Changes
2
Merged
Nikola Jankovic
requested to merge
fusion
into
staging
4 years ago
Overview
0
Commits
7
Pipelines
0
Changes
2
Expand
adding debug capabilities to registrar with optional DEBUG flag
implementing single-file scheme for registration of single files (i.e. fusion data)
updating helm ingress scheme to v1
updates in backend
Edited
4 years ago
by
Nikola Jankovic
0
0
Merge request reports
Viewing commit
b7522c2d
Prev
Next
Show latest version
2 files
+
17
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b7522c2d
made fusion more generic
· b7522c2d
Nikola Jankovic
authored
4 years ago
chart/templates/registrar-deployment.yaml
+
2
−
0
Options
@@ -70,6 +70,8 @@ spec:
value
:
/wait-initialized.sh
-
name
:
WAIT_SERVICES
value
:
{{
.Release.Name
}}
-database:{{ .Values.config.database.DB_PORT }} {{ .Release.Name }}-redis-master:{{ .Values.config.redis.REDIS_PORT }}
-
name
:
DEBUG
value
:
"
false"
volumeMounts
:
-
mountPath
:
/init-db.sh
name
:
init-db
Loading