From 3d64391c46bf76e1c0fa159684de7f310923eb94 Mon Sep 17 00:00:00 2001 From: Qovery Date: Tue, 31 Dec 2024 08:49:49 +0000 Subject: [PATCH] update 12/31/24 08:49:48 --- charts/qovery/values-aws.yaml | 1 + charts/qovery/values-demo-aws.yaml | 1 + charts/qovery/values-demo-gcp.yaml | 1 + charts/qovery/values-demo-scaleway.yaml | 1 + charts/qovery/values-gcp.yaml | 1 + charts/qovery/values-scaleway.yaml | 1 + 6 files changed, 6 insertions(+) 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