From 0ebdc0f06dc871891b3ab7b18fed94c3b750284c Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 11 Dec 2023 14:26:50 +0100 Subject: [PATCH] changed lecoffre.io host to app.lecoffre.io --- 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 a004eb45..0c6364c1 100644 --- a/devops/prd.values.yaml +++ b/devops/prd.values.yaml @@ -18,10 +18,10 @@ lecoffreFront: limits: memory: 2Gi ingress: - host: lecoffre.io + host: app.lecoffre.io tls: hosts: - - lecoffre.io + - app.lecoffre.io secretName: front-tls annotations: kubernetes.io/ingress.class: nginx