oecis-charts/charts/mirage/templates/service.yaml
2023-08-27 15:38:50 +02:00

16 lines
358 B
YAML

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