Files
git.limbosolutions.com/deploy/infra/ingress-web.yaml
Márcio Fernandes 0599b3d41a
All checks were successful
/ continuous-deploy (push) Successful in 20s
ingress revision
2026-04-09 12:34:45 +00:00

17 lines
348 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: web
annotations:
kubernetes.io/ingress.class: traefik
spec:
entryPoints:
- websecure
routes:
- match: Host(`git.limbosolutions.com`)
kind: Rule
services:
- name: gitea-http
port: 3000
tls:
secretName: limbosolutions-com-tls