From fbd6ebe13a99713477bae4dd85b54badfda7397b Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 1 Mar 2026 10:35:27 +0100 Subject: [PATCH] fix(gitlab): disable KAS at global level to stop Sidekiq NotifyGitPushWorker errors The existing `global.appConfig.gitlab_kas.enabled: false` only affected the KAS subchart config but was ignored by the chart template that generates gitlab.yml. Adding `global.kas.enabled: false` properly sets `gitlab_kas.enabled: false` in gitlab.yml and removes the orphaned gitlab-kas Service, stopping ~5 GRPC::Unavailable errors per git push. Co-Authored-By: Claude Opus 4.6 --- infra/k8s/gitlab/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/k8s/gitlab/values.yaml b/infra/k8s/gitlab/values.yaml index 7b1edf255..960f2b67b 100644 --- a/infra/k8s/gitlab/values.yaml +++ b/infra/k8s/gitlab/values.yaml @@ -4,6 +4,8 @@ global: edition: ce + kas: + enabled: false hosts: domain: fxhnt.ai gitlab: