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