From 981252cd239f932f3e2adb0e7f582b294a41623f Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 7 Dec 2023 15:55:32 +0100 Subject: [PATCH] ingress class external --- deploy/df-wiki/values.production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/df-wiki/values.production.yaml b/deploy/df-wiki/values.production.yaml index 74a78656..bedbfc51 100644 --- a/deploy/df-wiki/values.production.yaml +++ b/deploy/df-wiki/values.production.yaml @@ -4,7 +4,7 @@ image: ingress: enabled: false annotations: - - kubernetes.io/ingress.class: internal + - kubernetes.io/ingress.class: external hosts: - host: chart-example.local paths: -- GitLab