From 9bb0b21b9d228430cd83e29ebdf265a7955e4025 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Wed, 17 Jan 2024 14:44:35 +0100
Subject: [PATCH] wiki ingress port to 3000

---
 deploy/templates/ingress.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/templates/ingress.yaml b/deploy/templates/ingress.yaml
index defc9e7..379ecb7 100644
--- a/deploy/templates/ingress.yaml
+++ b/deploy/templates/ingress.yaml
@@ -60,7 +60,7 @@ spec:
               service:
                 name: {{ .Values.wiki.service.name }} 
                 port:
-                  number: 8080
+                  number: 3000
           # - path: /msearch(/|$)(.*)
           #   pathType: Prefix
           #   backend:
-- 
GitLab