Skip to content

Commit

Permalink
update 12/31/24 08:49:48
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Dec 31, 2024
1 parent 5ee4ea8 commit 3d64391
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/qovery/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values-demo-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values-demo-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values-demo-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d64391

Please sign in to comment.