apiVersion: v1 kind: Service metadata: labels: app: gitea name: gitea namespace: gitea spec: selector: app: gitea ports: - port: 3000 name: gitea protocol: TCP targetPort: 3000 type: ClusterIP