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
Data Flow
Data Ingestion
Ingestion Workflow
Commits
1473c62c
Commit
1473c62c
authored
Aug 17, 2021
by
Vineeth Guna [Microsoft]
Browse files
Merge branch 'add_node_selector' into 'master'
Add node selector See merge request
!128
parents
1227a2da
1f108acf
Pipeline
#59234
passed with stages
in 36 minutes and 15 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
1473c62c
...
...
@@ -17,6 +17,8 @@ global:
# Service(s) Replica Count
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
################################################################################
# Specify the Gitlab branch being used for image creation
...
...
devops/azure/chart/templates/deployment.yaml
View file @
1473c62c
...
...
@@ -28,6 +28,10 @@ spec:
app
:
{{
.Chart.Name
}}
aadpodidbinding
:
osdu-identity
spec
:
{{
- if .Values.global.isAutoscalingEnabled
}}
nodeSelector
:
nodepool
:
{{
.Values.global.nodepool
}}
{{
- end
}}
volumes
:
-
name
:
azure-keyvault
csi
:
...
...
devops/azure/chart/values.yaml
View file @
1473c62c
...
...
@@ -14,6 +14,8 @@
global
:
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
image
:
repository
:
community.opengroup.org:5555/osdu/platform/data-flow/ingestion/ingestion-workflow
...
...
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