From 094cae07c8a50d81d60e2850cb2b8e74d8dcafaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com> Date: Mon, 12 Jun 2023 15:48:03 +0000 Subject: [PATCH] fix: changed hostname to doc-self-data.apps.grandlyon.com --- README.md | 2 +- k8s/route.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54a34a0..32aaef7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Self Data Grandlyon Documentation](https://doc.self-data.apps.grandlyon.com/) +# [Self Data Grandlyon Documentation](https://doc-self-data.apps.grandlyon.com/) ## Install dependencies diff --git a/k8s/route.yml b/k8s/route.yml index d322463..e455ca4 100644 --- a/k8s/route.yml +++ b/k8s/route.yml @@ -4,7 +4,7 @@ metadata: name: self-data-doc-route namespace: ns-cpd-p01-syn spec: - host: doc.self-data.apps.grandlyon.com + host: doc-self-data.apps.grandlyon.com to: kind: Service name: self-data-doc-service -- GitLab