optimiser-constraint-checker/charts/nebulous-optimiser-constraint-checker/templates/service.yaml
Radosław Piliszek 6c148d897b Init repo from the component-template
Change-Id: Ic3153c8e8a9b78df02a5a8f590ed20dc78d85b95
2023-09-19 20:17:32 +02:00

16 lines
451 B
YAML

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