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 Enrichment
wks
Commits
06439eb6
Commit
06439eb6
authored
Aug 17, 2021
by
Dzmitry_Paulouski (slb)
Committed by
harshit aggarwal
Aug 17, 2021
Browse files
Add node selector
parent
8c254ca7
Changes
4
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
View file @
06439eb6
...
...
@@ -7,6 +7,8 @@
global
:
# Service(s) Replica Count
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
azure
:
servicebusSubscription
:
eg_sb_wkssubscription
...
...
devops/azure/chart/templates/deployment.yaml
View file @
06439eb6
...
...
@@ -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 @
06439eb6
...
...
@@ -15,6 +15,8 @@
global
:
# Service(s) Replica Count
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
azure
:
servicebusSubscription
:
eg_sb_wkssubscription
...
...
provider/wks-azure/src/main/resources/application.properties
View file @
06439eb6
#
# Copyright © Microsoft Corporation
# Copyright
©
Microsoft Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
@@ -77,4 +77,4 @@ executor-n-threads=${executor_n_threads}
max-concurrent-calls
=
${max_concurrent_calls}
# Specifies the maximum duration in seconds within which the lock will be renewed automatically
max-lock-renew
=
${max_lock_renew_duration_seconds}
\ No newline at end of file
max-lock-renew
=
${max_lock_renew_duration_seconds}
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