Skip to content

Commit

Permalink
Configuration: Remove nginx.ingress.kubernetes.io/add-base-url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Nov 28, 2023
1 parent e15c05a commit e0c992f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e0c992f

Please sign in to comment.