2026-03-25 11:46:39 +01:00

16 lines
376 B
YAML

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