Add internal-only middleware to Gitea IngressRoute
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

Restrict Gitea web UI to LAN access only, matching other
platform services. SSH NodePort (30022) is unaffected.
This commit is contained in:
Julia McGhee
2026-03-21 16:02:24 +00:00
parent a4553fbeae
commit cb733c92a0

View File

@@ -11,6 +11,9 @@ spec:
routes:
- match: Host(`gitea.coreworlds.io`)
kind: Rule
middlewares:
- name: internal-only
namespace: platform
services:
- name: gitea-helm-http
namespace: platform