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
1c132537
Commit
1c132537
authored
Aug 25, 2021
by
Sacha Brants
Browse files
Merge branch 'add_node_selector' into 'master'
ci: add node selector See merge request
!169
parents
de99886b
b97e8726
Pipeline
#60843
failed
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
1c132537
...
...
@@ -2,9 +2,12 @@ global:
replicaCount
:
#{REPLICA_COUNT}#
namespace
:
osdu
podidentity
:
osdu-identity
nodepool
:
services
isAutoscalingEnabled
:
false
minReplicaCount
:
#{SDMS_MIN_REPLICAS}#
maxReplicaCount
:
#{SDMS_MAX_REPLICAS}#
configEnv
:
cloudProvider
:
#{PROVIDER_NAME}#
keyvaultUrl
:
#{KEYVAULT_NAME}#
...
...
devops/azure/chart/templates/deployment.yaml
View file @
1c132537
...
...
@@ -16,6 +16,10 @@ spec:
app
:
{{
.Release.Name
}}
aadpodidbinding
:
{{
.Values.global.podidentity
}}
spec
:
{{
- if .Values.global.isAutoscalingEnabled
}}
nodeSelector
:
nodepool
:
{{
.Values.global.nodepool
}}
{{
- end
}}
containers
:
-
name
:
{{
.Release.Name
}}
image
:
{{
.Values.image.repository
}}
:{{ .Values.image.tag }}
...
...
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