We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3d564 commit 98634b0Copy full SHA for 98634b0
charts/templates/service.yaml
@@ -5,6 +5,7 @@ metadata:
5
namespace: {{ .Values.namespace}}
6
labels:
7
{{- include "marklogic.labels" . | nindent 4 }}
8
+ annotations: {{- toYaml .Values.service.annotations | nindent 4 }}
9
spec:
10
selector:
11
{{- include "marklogic.selectorLabels" . | nindent 4 }}
charts/values.yaml
@@ -101,6 +101,11 @@ extraContainerPorts: []
101
102
# Configure the Service to access Marklogic Clusters
103
service:
104
+
105
+ ## Service annotations
106
+ ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
107
+ annotations: {}
108
109
type: ClusterIP
110
ports:
111
- protocol: TCP
0 commit comments