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
System
Partition
Commits
2bc88912
Commit
2bc88912
authored
Aug 25, 2021
by
Dzmitry_Paulouski (slb)
Committed by
Hema Vishnu Pola [Microsoft]
Aug 25, 2021
Browse files
Add node selector
parent
a32067fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
2bc88912
...
...
@@ -3,6 +3,8 @@ global:
# Service(s) Replica Count
replicaCount
:
2
nodepool
:
services
isAutoscalingEnabled
:
false
################################################################################
# Specify the Gitlab branch being used for image creation
...
...
devops/azure/chart/templates/deployment.yaml
View file @
2bc88912
...
...
@@ -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 @
2bc88912
...
...
@@ -14,6 +14,8 @@
global
:
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
image
:
repository
:
community.opengroup.org:5555/osdu/platform/system/partition
...
...
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