kube-cascade/gitea/svc-http.yaml

17 lines
227 B
YAML
Raw Permalink Normal View History

2023-07-22 21:46:29 +00:00
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