kube-cascade/gitea/svc-http.yaml
2023-07-22 16:56:20 -05:00

17 lines
227 B
YAML

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