From 1c13f43fbe768ade8a8c5ed3c6f647c8c6898225 Mon Sep 17 00:00:00 2001
From: Vincent SELLIER <vincent.sellier@softwareheritage.org>
Date: Wed, 15 Mar 2023 11:58:54 +0100
Subject: [PATCH] graphql: fix fat finger syndrome

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 66c044771..6bd2f09ed 100644
--- a/swh/values/production.yaml
+++ b/swh/values/production.yaml
@@ -14,7 +14,7 @@ graphql:
   introspection: yes
   ingress:
     enabled: true
-    host: grahpql.internal.softwareheritage.org
+    host: graphql.internal.softwareheritage.org
     httpPath: /graphql
   gunicorn:
     threads: 4
-- 
GitLab