feat(k8s/gitea): add Gitea with PostgreSQL, backups, and Authelia OIDC

This commit is contained in:
2026-04-29 22:45:42 +03:00
parent db633544c6
commit 191da01138
12 changed files with 617 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: gitea-db
namespace: gitea
spec:
clusterIP: None
selector:
app: gitea-db
ports:
- port: 5432
targetPort: 5432