Revert forgejo migration

This commit is contained in:
2025-02-16 13:47:33 +01:00
parent 83cc27014a
commit 2899f38fe6
16 changed files with 96 additions and 97 deletions

View File

@@ -0,0 +1,15 @@
# /apps/prod/gitea/ingress.yaml
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: gitea-web-ingress
namespace: gitea
spec:
entryPoints:
- websecure
routes:
- match: Host(`${GITEA_DOMAIN}`)
kind: Rule
services:
- name: gitea-http
port: 3000