Files
k3s-at-home/clusters/ipv6/git-ops/gitea/gitea-svc.yml
aggarwalakshun 9aabad8216
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 1m3s
ipv6 cluster initial commit
2026-01-04 07:08:20 +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