Expose Gitea package API route
This commit is contained in:
parent
428fc31587
commit
febecf2bae
2 changed files with 20 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue