apiVersion: v1 kind: Service metadata: name: gitea labels: app: gitea spec: selector: app: gitea ports: - name: http port: 3000 targetPort: 3000