17 lines
216 B
YAML

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