From e0c992f969fc652dd0e8e191daaaa5b3efbb6ec5 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Thu, 23 Nov 2023 16:30:06 +0100 Subject: [PATCH] Configuration: Remove `nginx.ingress.kubernetes.io/add-base-url`. Deprecated: https://github.com/kubernetes/ingress-nginx/pull/3174 --- .../advanced/connectivity/ingress/configuration/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/advanced/connectivity/ingress/configuration/index.md b/src/content/advanced/connectivity/ingress/configuration/index.md index 2719a29483..05263b1c7a 100644 --- a/src/content/advanced/connectivity/ingress/configuration/index.md +++ b/src/content/advanced/connectivity/ingress/configuration/index.md @@ -297,8 +297,6 @@ spec: number: SERVICE_PORT ``` -If the application contains relative links it is possible to add an additional annotation `nginx.ingress.kubernetes.io/add-base-url` that will prepend a [`base` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base) in the header of the returned HTML from the backend. - ### Rate limiting The annotations `nginx.ingress.kubernetes.io/limit-connections` and `nginx.ingress.kubernetes.io/limit-rps` define a limit on the connections that can be opened by a single client IP address. This can be used to mitigate [DDoS Attacks](https://www.nginx.com/blog/mitigating-ddos-attacks-with-nginx-and-nginx-plus).