fix: public ingress route
All checks were successful
/ continuous-deploy (push) Successful in 21s

This commit is contained in:
Márcio Fernandes
2026-03-28 09:27:37 +00:00
parent b02303d51e
commit fb8a34ba7a
2 changed files with 1 additions and 28 deletions

View File

@@ -1,27 +0,0 @@
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"

View File

@@ -6,7 +6,7 @@ spec:
entryPoints: entryPoints:
- public-https - public-https
routes: routes:
- match: Host(`git.limbosolutions.com`) && !PathPrefix(`-/admin`) - match: Host(`git.limbosolutions.com`) && !PathPrefix(`/-/admin`)
kind: Rule kind: Rule
services: services:
- name: gitea-http - name: gitea-http