From 3a3ffab689eb707fee54548679caf8a31c381655 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:14:06 +0100 Subject: [PATCH] Update reference install documentation with current chart default --- docs/content/reference/install-configuration/entrypoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/install-configuration/entrypoints.md b/docs/content/reference/install-configuration/entrypoints.md index 43e212c35..de5442711 100644 --- a/docs/content/reference/install-configuration/entrypoints.md +++ b/docs/content/reference/install-configuration/entrypoints.md @@ -47,7 +47,7 @@ additionalArguments: !!! tip - In the Helm Chart, the entryPoints `web` (port 80), `websecure` (port 443), `traefik` (port 9000) and `metrics` (port 9100) are created by default. + In the Helm Chart, the entryPoints `web` (port 80), `websecure` (port 443), `traefik` (port 8080) and `metrics` (port 9100) are created by default. The entryPoints `web`, `websecure` are exposed by default using a Service. The default behaviors can be overridden in the Helm Chart.