Files
homelab/infra/kubernetes/platform/traefik/ingressroute-gitea.yaml
Julia McGhee cb733c92a0
Some checks are pending
CI / changes (push) Waiting to run
CI / lint-and-test (push) Waiting to run
CI / build (push) Blocked by required conditions
Deploy Production / deploy (push) Waiting to run
Add internal-only middleware to Gitea IngressRoute
Restrict Gitea web UI to LAN access only, matching other
platform services. SSH NodePort (30022) is unaffected.
2026-03-21 16:02:24 +00:00

23 lines
487 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: gitea
namespace: platform
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
spec:
entryPoints:
- websecure
routes:
- match: Host(`gitea.coreworlds.io`)
kind: Rule
middlewares:
- name: internal-only
namespace: platform
services:
- name: gitea-helm-http
namespace: platform
port: 3000
tls:
secretName: gitea-tls