From 132074f0ff335deb7dc815429792d47090524375 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 20 Jan 2026 09:06:39 -0300 Subject: [PATCH] gitea: allow jenkins webhook --- services/gitea/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gitea/deployment.yaml b/services/gitea/deployment.yaml index 9dc0c87..da188c3 100644 --- a/services/gitea/deployment.yaml +++ b/services/gitea/deployment.yaml @@ -169,6 +169,8 @@ spec: value: "trace" - name: GITEA__service__REQUIRE_SIGNIN_VIEW value: "false" + - name: GITEA__webhook__ALLOWED_HOST_LIST + value: "ci.bstein.dev" - name: GITEA__server__PROXY_HEADERS value: "X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Host" - name: GITEA__session__COOKIE_SECURE