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

Merge branch 'add_node_selector' into 'master'

Add node selector

See merge request !88
parents b1d59ea1 cb08b66e
No related branches found
No related tags found
1 merge request!88Add node selector
Pipeline #62466 failed
...@@ -17,6 +17,8 @@ global: ...@@ -17,6 +17,8 @@ global:
# Service(s) Replica Count # Service(s) Replica Count
replicaCount: 1 replicaCount: 1
nodepool: services
isAutoscalingEnabled: false
################################################################################ ################################################################################
# Specify the Gitlab branch being used for image creation # Specify the Gitlab branch being used for image creation
......
...@@ -28,6 +28,10 @@ spec: ...@@ -28,6 +28,10 @@ spec:
app: {{ .Chart.Name }} app: {{ .Chart.Name }}
aadpodidbinding: osdu-identity aadpodidbinding: osdu-identity
spec: spec:
{{- if .Values.global.isAutoscalingEnabled }}
nodeSelector:
nodepool: {{ .Values.global.nodepool }}
{{- end }}
volumes: volumes:
- name: azure-keyvault - name: azure-keyvault
csi: csi:
......
...@@ -14,8 +14,10 @@ ...@@ -14,8 +14,10 @@
global: global:
replicaCount: 1 replicaCount: 1
nodepool: services
isAutoscalingEnabled: false
image: image:
repository: community.opengroup.org:5555/osdu/platform/system/notification repository: community.opengroup.org:5555/osdu/platform/system/notification
branch: master branch: master
tag: latest tag: latest
\ No newline at end of file
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