apiVersion: v1 kind: Service metadata: name: gitea-svc namespace: gitea labels: app.kubernetes.io/name: gitea spec: ports: - name: http port: 80 protocol: TCP targetPort: 3000 selector: app: gitea