File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 17
17
{{- include "marklogic.selectorLabels" . | nindent 8 }}
18
18
spec :
19
19
serviceAccountName : {{ include "marklogic.serviceAccountName" . }}
20
- {{- with .Values.affinity }}
21
- affinity : {{- toYaml . | nindent 8}}
22
- {{- end }}
23
20
containers :
24
21
- name : marklogic-server
25
22
image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
@@ -160,6 +157,12 @@ spec:
160
157
{{- with .Values.resources }}
161
158
resources : {{- toYaml . | nindent 12 }}
162
159
{{- end }}
160
+ {{- with .Values.affinity }}
161
+ affinity : {{- toYaml . | nindent 8}}
162
+ {{- end }}
163
+ {{- with .Values.nodeSelector }}
164
+ nodeSelector : {{- toYaml . | nindent 8}}
165
+ {{- end }}
163
166
dnsConfig :
164
167
searches :
165
168
- {{ include "marklogic.headlessURL" . }}
Original file line number Diff line number Diff line change 38
38
# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
39
39
affinity : {}
40
40
41
+ # Configure NodeSelector property for scheduling pods to nodes
42
+ # ref: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/#create-a-pod-that-gets-scheduled-to-your-chosen-node
43
+ nodeSelector : {}
44
+
41
45
# Configure persistence using persistent Volume Claim
42
46
# ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims
43
47
# The "" storageClass will use the default storage class for your cluster. (gp2 for EKS, standard for Minikube)
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ entries:
5
5
category : Database
6
6
apiVersion : v2
7
7
appVersion : 10.0-9.1
8
- created : " 2022-06-02T10 :06:12.932605 -07:00"
8
+ created : " 2022-06-14T00 :06:14.742722 -07:00"
9
9
description : MarkLogic Server is a multi-model database that has both NoSQL and
10
10
trusted enterprise data management capabilities.
11
- digest : f40f59985356ac0a034c4cea1366619a997cb10905ad322bfe7be9047cfa6146
11
+ digest : 8d0db044e92a13de4caa5b3ce7855280c72a4d50351d0b04adb9aa2ac2d7fc69
12
12
keywords :
13
13
- marklogic
14
14
- database
@@ -21,4 +21,4 @@ entries:
21
21
urls :
22
22
- marklogic-1.0.0-ea1.tgz
23
23
version : 1.0.0-ea1
24
- generated : " 2022-06-02T10 :06:12.931869 -07:00"
24
+ generated : " 2022-06-14T00 :06:14.741938 -07:00"
You can’t perform that action at this time.
0 commit comments