From 6d62ba856c3c0d6b4caf6cf147628b2cce6d93f0 Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Fri, 19 Apr 2024 07:35:11 +0000 Subject: [PATCH] chore: apply backend-config to the graphql service (#6631) --- .github/helm/affine/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/helm/affine/values.yaml b/.github/helm/affine/values.yaml index 87037a631d..bc50ea9c39 100644 --- a/.github/helm/affine/values.yaml +++ b/.github/helm/affine/values.yaml @@ -35,6 +35,8 @@ graphql: service: type: ClusterIP port: 3000 + annotations: + cloud.google.com/backend-config: '{"default": "affine-backendconfig"}' sync: service: