Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
9c702680
Commit
9c702680
authored
Mar 19, 2021
by
Daniel Perez
Browse files
Merge branch 'slb/dperez50/update-chart' into 'master'
Slb/dperez50/update chart See merge request
!32
parents
0e14b062
0e0900e0
Pipeline
#32672
failed with stages
in 8 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
9c702680
...
...
@@ -11,6 +11,7 @@ configEnv:
redisInstancePort
:
#{REDIS_PORT}#
appEnvironmentIdentifier
:
#{ENVIRONMENT_NAME}#
port
:
#{PORT}#
domainName
:
#{DOMAIN}#
image
:
repository
:
#{CONTAINER_REGISTRY_NAME}#
...
...
devops/azure/chart/templates/configmap.yaml
View file @
9c702680
...
...
@@ -9,3 +9,4 @@ data:
REDIS_INSTANCE_PORT
:
"
{{
.Values.configEnv.redisInstancePort
}}"
APP_ENVIRONMENT_IDENTIFIER
:
{{
.Values.configEnv.appEnvironmentIdentifier
}}
PORT
:
"
{{
.Values.configEnv.port
}}"
DOMAIN_NAME
:
{{
.Values.configEnv.domainName
}}
Daniel Perez
@dperez50
mentioned in commit
e35b0a21
·
Mar 19, 2021
mentioned in commit
e35b0a21
mentioned in commit e35b0a2130c420b3b1dd721dc33da3a7d1f4edda
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment