Skip to content
GitLab
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
Notification
Commits
aecf2b4a
Commit
aecf2b4a
authored
Sep 02, 2021
by
MANISH KUMAR
Browse files
Merge branch 'add_node_selector' into 'master'
Add node selector See merge request
!88
parents
b1d59ea1
cb08b66e
Pipeline
#62466
failed with stages
in 27 minutes and 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
aecf2b4a
...
...
@@ -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 @
aecf2b4a
...
...
@@ -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 @
aecf2b4a
...
...
@@ -14,8 +14,10 @@
global
:
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
image
:
repository
:
community.opengroup.org:5555/osdu/platform/system/notification
branch
:
master
tag
:
latest
\ No newline at end of file
tag
:
latest
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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