From ebffad2259f1e38742c9d30c4b980d813d50674f Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 8 Dec 2023 15:42:54 +0100 Subject: [PATCH] :bug: test a new host --- devops/prd.values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devops/prd.values.yaml b/devops/prd.values.yaml index 0af5bb9c..929b2f9f 100644 --- a/devops/prd.values.yaml +++ b/devops/prd.values.yaml @@ -18,10 +18,13 @@ lecoffreFront: limits: memory: 2Gi ingress: - host: app.lecoffre.smart-chain.fr + host: + - app.lecoffre.smart-chain.fr + - test.eplp.fr tls: hosts: - app.lecoffre.smart-chain.fr + - test.eplp.fr secretName: front-tls annotations: kubernetes.io/ingress.class: nginx