add comment to all nginx ingress annotations [ci skip]
This commit is contained in:
parent
dbb7fa4fb2
commit
218d121b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ resource "kubernetes_ingress_v1" "paperless-ngx" {
|
|||
annotations = {
|
||||
"kubernetes.io/ingress.class" = "nginx"
|
||||
"nginx.ingress.kubernetes.io/proxy-body-size" : "100000m"
|
||||
# see https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#rate-limiting for all annotations
|
||||
# "nginx.ingress.kubernetes.io/limit-rpm": "5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue