Radosław Piliszek b2532043f5 Init repo from the component-template
Commit 201f46f44076c44f225e3a5f8cfceeb2f717c7ae

Change-Id: Ie7a7bb9a5b74305320700c27c0ff528ea7dabe0d
2023-07-12 22:07:21 +02:00

16 lines
427 B
YAML

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