Skip to content

Commit

Permalink
update 12/19/24 16:15:42
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Dec 19, 2024
1 parent f46674c commit 5ee4ea8
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 @@ -120,6 +120,7 @@ ingress-nginx:
use-forwarded-headers: "false" # set-by-customer
# append the remote address to the X-Forwarded-For header instead of replacing it
compute-full-forwarded-for: "false" # set-by-customer
# customize http-snippet
# customize log-format / set-by-customer
# default format can be found in the template: https://github.com/nginxinc/kubernetes-ingress/blob/v3.5.2/internal/configs/version1/nginx.tmpl#L44
# nginx_controller_log_format_upstream can be a json that why we pass it in the value file
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 @@ -120,6 +120,7 @@ ingress-nginx:
use-forwarded-headers: "false" # set-by-customer
# append the remote address to the X-Forwarded-For header instead of replacing it
compute-full-forwarded-for: "false" # set-by-customer
# customize http-snippet
# customize log-format / set-by-customer
# default format can be found in the template: https://github.com/nginxinc/kubernetes-ingress/blob/v3.5.2/internal/configs/version1/nginx.tmpl#L44
# nginx_controller_log_format_upstream can be a json that why we pass it in the value file
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 @@ -114,6 +114,7 @@ ingress-nginx:
use-forwarded-headers: "false" # set-by-customer
# append the remote address to the X-Forwarded-For header instead of replacing it
compute-full-forwarded-for: "false" # set-by-customer
# customize http-snippet
# customize log-format / set-by-customer
# default format can be found in the template: https://github.com/nginxinc/kubernetes-ingress/blob/v3.5.2/internal/configs/version1/nginx.tmpl#L44
# nginx_controller_log_format_upstream can be a json that why we pass it in the value file
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 @@ -118,6 +118,7 @@ ingress-nginx:
use-forwarded-headers: "false" # set-by-customer
# append the remote address to the X-Forwarded-For header instead of replacing it
compute-full-forwarded-for: "false" # set-by-customer
# customize http-snippet
# customize log-format / set-by-customer
# default format can be found in the template: https://github.com/nginxinc/kubernetes-ingress/blob/v3.5.2/internal/configs/version1/nginx.tmpl#L44
# nginx_controller_log_format_upstream can be a json that why we pass it in the value file
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 @@ -114,6 +114,7 @@ ingress-nginx:
use-forwarded-headers: "false" # set-by-customer
# append the remote address to the X-Forwarded-For header instead of replacing it
compute-full-forwarded-for: "false" # set-by-customer
# customize http-snippet
# customize log-format / set-by-customer
# default format can be found in the template: https://github.com/nginxinc/kubernetes-ingress/blob/v3.5.2/internal/configs/version1/nginx.tmpl#L44
# nginx_controller_log_format_upstream can be a json that why we pass it in the value file
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 @@ -118,6 +118,7 @@ ingress-nginx:
use-forwarded-headers: "false" # set-by-customer
# append the remote address to the X-Forwarded-For header instead of replacing it
compute-full-forwarded-for: "false" # set-by-customer
# customize http-snippet
# customize log-format / set-by-customer
# default format can be found in the template: https://github.com/nginxinc/kubernetes-ingress/blob/v3.5.2/internal/configs/version1/nginx.tmpl#L44
# nginx_controller_log_format_upstream can be a json that why we pass it in the value file
Expand Down

0 comments on commit 5ee4ea8

Please sign in to comment.