Radosław Piliszek ea99bf0611 Init repo from the component-template
Change-Id: I67e9513af9563574784cde31cc9f021910d2836c
2023-09-28 16:50:53 +02:00

16 lines
433 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "nebulous-slo-violation-detector.fullname" . }}
labels:
{{- include "nebulous-slo-violation-detector.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "nebulous-slo-violation-detector.selectorLabels" . | nindent 4 }}