From bd87f9a2b72835e314e9751c7cd832bd1b17ef8d Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 18 Jan 2024 13:39:51 +0100 Subject: [PATCH] wiki is static : port 3000 -> 8080 --- 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 379ecb7..defc9e7 100644 --- a/deploy/templates/ingress.yaml +++ b/deploy/templates/ingress.yaml @@ -60,7 +60,7 @@ spec: service: name: {{ .Values.wiki.service.name }} port: - number: 3000 + number: 8080 # - path: /msearch(/|$)(.*) # pathType: Prefix # backend: -- GitLab