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
Security and Compliance
Entitlements
Commits
c0b3126a
Commit
c0b3126a
authored
Aug 17, 2021
by
Dzmitry_Paulouski (slb)
Committed by
harshit aggarwal
Aug 17, 2021
Browse files
Add node selector
parent
7e191e3e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
NOTICE
View file @
c0b3126a
This diff is collapsed.
Click to expand it.
devops/azure/chart/helm-config.yaml
View file @
c0b3126a
...
...
@@ -3,6 +3,8 @@ global:
# Service(s) Replica Count
replicaCount
:
2
nodepool
:
services
isAutoscalingEnabled
:
false
################################################################################
# Specify the Gitlab branch being used for image creation
...
...
@@ -25,4 +27,4 @@ config:
domain
:
#{DOMAIN}#
redis
:
ttl
:
seconds
:
#{ENTV2_REDIS_TTL_SECONDS}#
\ No newline at end of file
seconds
:
#{ENTV2_REDIS_TTL_SECONDS}#
devops/azure/chart/templates/deployment.yaml
View file @
c0b3126a
...
...
@@ -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
:
...
...
@@ -78,4 +82,4 @@ spec:
-
name
:
redis_ttl_seconds
value
:
"
{{
.Values.config.redis.ttl.seconds
}}"
-
name
:
azure_istioauth_enabled
value
:
"
true"
\ No newline at end of file
value
:
"
true"
devops/azure/chart/values.yaml
View file @
c0b3126a
...
...
@@ -14,6 +14,8 @@
global
:
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
image
:
repository
:
community.opengroup.org:5555/osdu/platform/security-and-compliance/entitlements
...
...
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