Files
git.limbosolutions.com/deploy/infra/ingress.yaml
Márcio Fernandes 9b36b595b8
All checks were successful
/ continuous-deploy (push) Successful in 20s
deploy: clean up network policies
2026-03-22 13:07:25 +00:00

28 lines
678 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: git-limbosolutions-com
namespace: git-limbosolutions-com
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure,public-https
spec:
ingressClassName: traefik
rules:
- host: git.limbosolutions.com
http:
paths:
- backend:
service:
name: gitea-http
port:
number: 3000
path: /
pathType: Prefix
tls:
- secretName: limbosolutions-com-tls
hosts:
- "git.limbosolutions.com"