Expose Gitea package API route

This commit is contained in:
2026-06-05 20:42:34 +02:00
parent 428fc31587
commit febecf2bae
2 changed files with 20 additions and 0 deletions

View File

@@ -16,6 +16,13 @@ spec:
- host: gitea.coulomb.social
http:
paths:
- path: /api/packages
pathType: Prefix
backend:
service:
name: gitea
port:
number: 3000
- path: /v2
pathType: Prefix
backend: