From f82827b69ff401872a29606c41072c9f56643e90 Mon Sep 17 00:00:00 2001 From: takima <rmeziane@takima.fr> Date: Wed, 14 Aug 2024 15:02:37 +0200 Subject: [PATCH] replaced by name value --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 9ab42ef..5eee7e8 100644 --- a/values.yaml +++ b/values.yaml @@ -7,7 +7,7 @@ name: cdb api: ingress: tlsEnabled: false - host: api.to-replace.takima.school + host: api.rmeziane.takima.school front: enabled: true @@ -17,4 +17,4 @@ front: replicaCount: 1 ingress: tlsEnabled: false - host: www.to-replace.takima.school \ No newline at end of file + host: www.rmeziane.takima.school \ No newline at end of file -- GitLab