Skip to content
Snippets Groups Projects
Verified Commit 27f95495 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

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
parent 1c13f43f
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ graphql:
ingress:
enabled: true
host: graphql.internal.softwareheritage.org
httpPath: /graphql
httpPath: /
gunicorn:
threads: 4
workers: 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment