From 54a27929187f06292bf50c16e4bbf66fc2563aad Mon Sep 17 00:00:00 2001 From: RVanhuysseXenit <41945802+RVanhuysseXenit@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:22:18 +0100 Subject: [PATCH] KANSUP74-24 Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fec72b..c8a2302 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,15 @@ nginx rules to redirect the normal pages to a 503 maintenance page. * Default: nginx-default-service * Description: the default service name that ingress will point to + **Note: root redirect on nginx**: Nginx can be configured to redirect from root to a specific app through annotations. +```yaml +ingress: + host: alf1.xenit.eu + protocol: https + ingressAnnotations: + nginx.ingress.kubernetes.io/app-root: /share +``` + #### `ingress.defaultPath.port` * Required: true @@ -2336,4 +2345,4 @@ additional settings can be added through additionalEnvironmentVariables. storage: 2 efs: volumeHandle: "efs-identifier" -``` \ No newline at end of file +```