This repository has been archived on 2026-01-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ipv6-k3s/clusters/ipv6/git-ops/gitea/gitea-svc.yml
aggarwalakshun 21e8e7a4a5
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 13s
add ingress-route and edit gitea-svc and traefik release to make gitea work on port 22
2026-01-04 00:17:15 +05:30

33 lines
470 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: gitea-int-service
namespace: git-ops
spec:
selector:
app: gitea-app
ports:
- protocol: TCP
port: 3000
targetPort: 3000
name: http
- protocol: TCP
port: 22
targetPort: 22
name: ssh
---
apiVersion: v1
kind: Service
metadata:
name: gitea-db
namespace: git-ops
spec:
ports:
- port: 5432
targetPort: 5432
selector:
app: gitea-db
clusterIP: None