From 18eecdec8be0f4e4262c03637ab7a3e8c1e100f2 Mon Sep 17 00:00:00 2001 From: Gabriel Yoachum Date: Tue, 16 Apr 2024 11:44:41 +0000 Subject: [PATCH] Update docs tp show that wildcards certs are required for pages DNS presently. --- doc/charts/gitlab/gitlab-pages/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/charts/gitlab/gitlab-pages/index.md b/doc/charts/gitlab/gitlab-pages/index.md index 2da811617e..55633dd13a 100644 --- a/doc/charts/gitlab/gitlab-pages/index.md +++ b/doc/charts/gitlab/gitlab-pages/index.md @@ -281,6 +281,11 @@ To have TLS access to the GitLab Pages feature you must: 1. Create a DNS entry in your DNS provider with the name `*.pages.` pointing to your LoadBalancer. + +WARNING: +**Creating a GitLab pages project would require a domain of the form `name.example.io` or `name.pages.example.io`. This setup forces admins to setup wildcard DNS records and SSL/TLS certificates (i.e.: `*.pages.example.io`).** +Refer to [epic 13404](https://gitlab.com/groups/gitlab-org/-/epics/13404) for more details. + ### Configuring KEDA This `keda` section enables the installation of [KEDA](https://keda.sh/) `ScaledObjects` instead of regular `HorizontalPodAutoscalers`. -- GitLab