Files
charts/tatort/templates/service.yaml
2025-02-28 12:47:26 +01:00

14 lines
279 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "tatort.fullname" . }}
spec:
type: {{ .Values.service.type }}
selector:
app: {{ include "tatort.name" . }}
ports:
- port: {{ .Values.service.port }}
targetPort: 80
protocol: TCP
name: http