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
Schema
Commits
e7327d54
Commit
e7327d54
authored
Aug 19, 2021
by
Aman Verma
Browse files
Merge remote-tracking branch 'origin/master' into users/amaverma/updateInterfacesForSystemAPI
parents
6ca0b9db
9525af56
Changes
3
Show whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yml
View file @
e7327d54
...
...
@@ -17,6 +17,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 @
e7327d54
# Copyright © Microsoft Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -29,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 @
e7327d54
...
...
@@ -14,6 +14,8 @@
global
:
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
image
:
repository
:
community.opengroup.org:5555/osdu/platform/system/schema-service
...
...
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