| {{- $isSimpleScalable := eq (include "loki.deployment.isScalable" .) "true" -}} |
| {{- if $isSimpleScalable }} |
| name: {{ include "loki.writeFullname" . }} |
| namespace: {{ $.Release.Namespace }} |
| {{- include "loki.writeLabels" . | nindent 4 }} |
| {{- with .Values.loki.serviceLabels }} |
| {{- toYaml . | nindent 4}} |
| {{- with .Values.write.service.labels }} |
| {{- toYaml . | nindent 4}} |
| {{- with .Values.loki.serviceAnnotations }} |
| {{- toYaml . | nindent 4}} |
| {{- with .Values.write.service.annotations }} |
| {{- toYaml . | nindent 4}} |
| port: {{ .Values.loki.server.http_listen_port }} |
| port: {{ .Values.loki.server.grpc_listen_port }} |
| {{- include "loki.writeSelectorLabels" . | nindent 4 }} |