From 39e79fc0e82c21643b1c4af2147d667de6e0c655 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 24 Jan 2023 22:29:20 +0700 Subject: [PATCH] fix(gitea): allow webhook in private network Default is external https://docs.gitea.io/en-us/config-cheat-sheet/#webhook-webhook --- platform/gitea/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/gitea/values.yaml b/platform/gitea/values.yaml index 613a04a5..0723e70c 100644 --- a/platform/gitea/values.yaml +++ b/platform/gitea/values.yaml @@ -22,6 +22,8 @@ gitea: server: LANDING_PAGE: explore ROOT_URL: https://git.khuedoan.com + webhook: + ALLOWED_HOST_LIST: private persistence: storageClass: longhorn postgresql: