Skip to content
Snippets Groups Projects
Commit f6a57410 authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

Merge branch 'master' into audit-attribute

parents 575a6795 6ef4a43a
No related branches found
No related tags found
1 merge request!170enable indexing of audit-trail attributes
Pipeline #59243 failed
......@@ -3,6 +3,8 @@ global:
# Service(s) Replica Count
replicaCount: 2
nodepool: services
isAutoscalingEnabled: false
################################################################################
# Specify the Gitlab branch being used for image creation
......
......@@ -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:
......
......@@ -14,6 +14,8 @@
global:
replicaCount: 1
nodepool: services
isAutoscalingEnabled: false
image:
repository: community.opengroup.org:5555/osdu/platform/system/indexer-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment