Files
Kubernetes-Manifests/gitea/gitea/gitea-svc.yaml

14 lines
213 B
YAML

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