helm-charts/alertmanager-matrix/templates/service.yaml

16 lines
397 B
YAML
Raw Permalink Normal View History

2023-07-20 21:11:14 +02:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "alertmanager-matrix.fullname" . }}
labels:
{{- include "alertmanager-matrix.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "alertmanager-matrix.selectorLabels" . | nindent 4 }}