apps(gitea): Added gitea to the infra

This commit is contained in:
2025-07-08 22:19:00 -04:00
parent 569cf41c2e
commit 2cf0476839
5 changed files with 225 additions and 0 deletions

17
apps/gitea/svc.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: git
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: gitea
ports:
- protocol: TCP
port: 22
targetPort: ssh
name: ssh
- protocol: TCP
port: 80
targetPort: http
name: http