diff --git a/charts/qovery/values-aws.yaml b/charts/qovery/values-aws.yaml index 68deea6..32931b2 100644 --- a/charts/qovery/values-aws.yaml +++ b/charts/qovery/values-aws.yaml @@ -126,6 +126,7 @@ ingress-nginx: # nginx_controller_log_format_upstream can be a json that why we pass it in the value file log-format-escaping-json: "false" # set-by-customer log-format-escaping-none: "false" # set-by-customer + limit-req-status-code: "503" # set-by-customer ingressClassResource: # -- Name of the IngressClass name: nginx-qovery diff --git a/charts/qovery/values-demo-aws.yaml b/charts/qovery/values-demo-aws.yaml index 13f2772..8c7c466 100644 --- a/charts/qovery/values-demo-aws.yaml +++ b/charts/qovery/values-demo-aws.yaml @@ -126,6 +126,7 @@ ingress-nginx: # nginx_controller_log_format_upstream can be a json that why we pass it in the value file log-format-escaping-json: "false" # set-by-customer log-format-escaping-none: "false" # set-by-customer + limit-req-status-code: "503" # set-by-customer ingressClassResource: # -- Name of the IngressClass name: nginx-qovery diff --git a/charts/qovery/values-demo-gcp.yaml b/charts/qovery/values-demo-gcp.yaml index b601bdb..0883a02 100644 --- a/charts/qovery/values-demo-gcp.yaml +++ b/charts/qovery/values-demo-gcp.yaml @@ -120,6 +120,7 @@ ingress-nginx: # nginx_controller_log_format_upstream can be a json that why we pass it in the value file log-format-escaping-json: "false" # set-by-customer log-format-escaping-none: "false" # set-by-customer + limit-req-status-code: "503" # set-by-customer ingressClassResource: # -- Name of the IngressClass name: nginx-qovery diff --git a/charts/qovery/values-demo-scaleway.yaml b/charts/qovery/values-demo-scaleway.yaml index 942e64b..bc6f26b 100644 --- a/charts/qovery/values-demo-scaleway.yaml +++ b/charts/qovery/values-demo-scaleway.yaml @@ -124,6 +124,7 @@ ingress-nginx: # nginx_controller_log_format_upstream can be a json that why we pass it in the value file log-format-escaping-json: "false" # set-by-customer log-format-escaping-none: "false" # set-by-customer + limit-req-status-code: "503" # set-by-customer ingressClassResource: # -- Name of the IngressClass name: nginx-qovery diff --git a/charts/qovery/values-gcp.yaml b/charts/qovery/values-gcp.yaml index e935388..f6bfcef 100644 --- a/charts/qovery/values-gcp.yaml +++ b/charts/qovery/values-gcp.yaml @@ -120,6 +120,7 @@ ingress-nginx: # nginx_controller_log_format_upstream can be a json that why we pass it in the value file log-format-escaping-json: "false" # set-by-customer log-format-escaping-none: "false" # set-by-customer + limit-req-status-code: "503" # set-by-customer ingressClassResource: # -- Name of the IngressClass name: nginx-qovery diff --git a/charts/qovery/values-scaleway.yaml b/charts/qovery/values-scaleway.yaml index da907e1..8420ce8 100644 --- a/charts/qovery/values-scaleway.yaml +++ b/charts/qovery/values-scaleway.yaml @@ -124,6 +124,7 @@ ingress-nginx: # nginx_controller_log_format_upstream can be a json that why we pass it in the value file log-format-escaping-json: "false" # set-by-customer log-format-escaping-none: "false" # set-by-customer + limit-req-status-code: "503" # set-by-customer ingressClassResource: # -- Name of the IngressClass name: nginx-qovery