From 354788c57f3c7caa57bb4252691deaed1b7705f9 Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 11 Dec 2023 14:52:17 +0100 Subject: [PATCH] added www. to hist --- devops/prd.values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/prd.values.yaml b/devops/prd.values.yaml index 0c6364c1..46388be2 100644 --- a/devops/prd.values.yaml +++ b/devops/prd.values.yaml @@ -18,10 +18,10 @@ lecoffreFront: limits: memory: 2Gi ingress: - host: app.lecoffre.io + host: www.app.lecoffre.io tls: hosts: - - app.lecoffre.io + - www.app.lecoffre.io secretName: front-tls annotations: kubernetes.io/ingress.class: nginx