Files
i_want_to_ride_my_FaRat/charts/player/templates/service.yaml
2024-05-18 12:17:49 +02:00

16 lines
358 B
YAML

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