Files
git.limbosolutions.com/deploy/infra/public-https-ingress-route.yaml
Márcio Fernandes fb8a34ba7a
All checks were successful
/ continuous-deploy (push) Successful in 21s
fix: public ingress route
2026-03-28 09:27:37 +00:00

15 lines
331 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: public-https
spec:
entryPoints:
- public-https
routes:
- match: Host(`git.limbosolutions.com`) && !PathPrefix(`/-/admin`)
kind: Rule
services:
- name: gitea-http
port: 3000
tls:
secretName: limbosolutions-com-tls