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
Wellbore
Wellbore Domain Services
Commits
d428aa1f
Commit
d428aa1f
authored
Sep 06, 2021
by
Dzmitry_Paulouski (slb)
Committed by
Luc Yriarte
Sep 06, 2021
Browse files
Add node selector
parent
74eb5f7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
d428aa1f
...
...
@@ -34,7 +34,11 @@ spec:
labels
:
aadpodidbinding
:
"
{{
.Values.labels.aadpodidbinding
}}"
{{
include "os-wellbore-ddms.commonLabels" . | indent 8
}}
spec
:
spec
:
{{
- if .Values.isAutoscalingEnabled
}}
nodeSelector
:
nodepool
:
{{
.Values.nodepool
}}
{{
- end
}}
volumes
:
# Note:
# This volume is required for pod-identity access mode (https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/docs/pod-identity-mode.md)
...
...
@@ -100,4 +104,4 @@ spec:
port
:
8080
initialDelaySeconds
:
5
timeoutSeconds
:
5
terminationGracePeriodSeconds
:
45
\ No newline at end of file
terminationGracePeriodSeconds
:
45
devops/azure/chart/values.yaml
View file @
d428aa1f
...
...
@@ -25,6 +25,8 @@ deployment:
name
:
os-wellbore-ddms
replicaCount
:
2
nodepool
:
services
isAutoscalingEnabled
:
false
resources
:
limits
:
...
...
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