File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
109
109
| ` clusterDomain ` | Domain for the Kubernetes cluster | ` cluster.local ` |
110
110
| ` allowLongHostnames ` | Allow deployment with hostname over 64 characters | ` false ` |
111
111
| ` useLegacyHostnames ` | Use the lagecy hostnames that is used before 1.1.0 version. | ` false ` |
112
+ | ` podAnnotations ` | Pod Annotations | ` {} ` |
112
113
| ` group.name ` | Group name for joining MarkLogic cluster | ` Default ` |
113
114
| ` group.enableXdqpSsl ` | SSL encryption for XDQP | ` true ` |
114
115
| ` bootstrapHostName ` | Host name of MarkLogic bootstrap host (to join a cluster) | ` "" ` |
Original file line number Diff line number Diff line change 19
19
metadata :
20
20
labels :
21
21
{{- include "marklogic.selectorLabels" . | nindent 8 }}
22
+ annotations :
23
+ {{- toYaml .Values.podAnnotations | nindent 8 }}
22
24
spec :
23
25
{{- if .Values.podSecurityContext.enabled }}
24
26
securityContext : {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ allowLongHostnames: false
26
26
# # It should remain true for all future upgrades. For new installations, this flag should be set to false.
27
27
useLegacyHostnames : false
28
28
29
+ # -- Annotations for the all deployed pods
30
+ podAnnotations : {}
31
+
29
32
# # Group related settings
30
33
group :
31
34
# # the group name of the current Marklogic Helm Deployment
You can’t perform that action at this time.
0 commit comments