From 27f9549551771d677ba204ba2757a3b48214c62f Mon Sep 17 00:00:00 2001 From: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Wed, 15 Mar 2023 12:05:41 +0100 Subject: [PATCH] graphql: Don't expect /graphql in the url It's now managed by the reverse proxy in front of the cluster Related to swh/infra/sysadm-environment#4804 --- swh/values/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/values/production.yaml b/swh/values/production.yaml index 6bd2f09ed..0b2a2df46 100644 --- a/swh/values/production.yaml +++ b/swh/values/production.yaml @@ -15,7 +15,7 @@ graphql: ingress: enabled: true host: graphql.internal.softwareheritage.org - httpPath: /graphql + httpPath: / gunicorn: threads: 4 workers: 2 -- GitLab