apiVersion: v1 kind: Service metadata: name: gitea namespace: {{ .Release.Namespace | quote }} labels: {{- include "gitea.labels" . | nindent 4 }} app: gitea service: gitea spec: type: {{ .Values.gitea.service.type }} selector: app: gitea ports: - name: http port: {{ .Values.gitea.service.port }} targetPort: http protocol: TCP