Skip to content
Snippets Groups Projects
Commit 0348cd32 authored by MANISH KUMAR's avatar MANISH KUMAR
Browse files

Merge branch 'add_node_selector' into 'master'

Add node selector

See merge request !52
parents 02104541 65ac7b43
No related branches found
No related tags found
1 merge request!52Add node selector
Pipeline #60834 canceled
......@@ -3,6 +3,8 @@ global:
# Service(s) Replica Count
replicaCount: 2
nodepool: services
isAutoscalingEnabled: false
################################################################################
# Specify the Gitlab branch being used for image creation
......@@ -31,4 +33,4 @@ autoscaling:
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
\ No newline at end of file
# targetMemoryUtilizationPercentage: 80
......@@ -36,6 +36,10 @@ spec:
app: {{ .Chart.Name }}
appversion: {{ .Chart.Version }}
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/reference/crs-conversion-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