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 7ebe9b17db
All checks were successful
renovate / renovate (push) Successful in 1m37s
fix annotations for authelia-svc and gitea-app svc
2026-01-01 04:57:18 +05:30

45 lines
638 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: gitea-app
namespace: git-ops
annotations:
metallb.io/loadBalancerIPs: 192.168.1.202
spec:
type: LoadBalancer
selector:
app: gitea-app
ports:
- port: 22
targetPort: 22
name: ssh
---
apiVersion: v1
kind: Service
metadata:
name: gitea-int-service
namespace: git-ops
spec:
selector:
app: gitea-app
ports:
- protocol: TCP
port: 3000
targetPort: 3000
---
apiVersion: v1
kind: Service
metadata:
name: gitea-db
namespace: git-ops
spec:
ports:
- port: 5432
targetPort: 5432
selector:
app: gitea-db
clusterIP: None