add forgejo

This commit is contained in:
Sergei Poljanski 2026-03-21 01:39:54 +03:00
commit 5f9feb33f6
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
5 changed files with 116 additions and 0 deletions

16
apps/forgejo/ingress.yaml Normal file
View file

@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: forgejo
namespace: forgejo
spec:
entryPoints:
- websecure
routes:
- match: Host(`git.czsk.it`) || Host(`git.asxp.io`)
kind: Rule
services:
- name: forgejo
port: 3000
tls:
certResolver: letsencrypt