{{- /* Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} apiVersion: v1 kind: Service metadata: name: {{ template "grafana-loki.gossip-ring.fullname" . }} namespace: {{ .Release.Namespace | quote }} labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} app.kubernetes.io/part-of: grafana-loki app.kubernetes.io/component: loki {{- if or .Values.commonAnnotations .Values.loki.gossipRing.service.annotations }} {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.loki.gossipRing.service.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }} {{- end }} spec: type: ClusterIP publishNotReadyAddresses: true clusterIP: None ports: - name: http port: {{ .Values.loki.gossipRing.service.ports.http }} targetPort: http-memberlist protocol: TCP selector: {{- include "common.labels.matchLabels" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} loki-gossip-member: "true"