Skip to content

Commit

Permalink
update 06/26/24 11:52:52
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Jun 26, 2024
1 parent f4142ff commit 9f2fcbd
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/qovery/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@ ingress-nginx:
enable-real-ip: "false" # set-by-customer
# 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
log-format-upstream: >
{%- if nginx_controller_log_format_upstream %}
set-by-customer
{%- else %}
$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"
{%- endif %}
log-format-escaping-json: "false" # set-by-customer
log-format-escaping-none: "false" # set-by-customer
# the Ingress Class name to be used by Ingresses (use "nginx-qovery" for Qovery application/container deployments)
Expand Down
5 changes: 5 additions & 0 deletions charts/qovery/values-demo-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@ ingress-nginx:
enable-real-ip: "false" # set-by-customer
# 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
log-format-upstream: >
{%- if nginx_controller_log_format_upstream %}
set-by-customer
{%- else %}
$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"
{%- endif %}
log-format-escaping-json: "false" # set-by-customer
log-format-escaping-none: "false" # set-by-customer
# the Ingress Class name to be used by Ingresses (use "nginx-qovery" for Qovery application/container deployments)
Expand Down
5 changes: 5 additions & 0 deletions charts/qovery/values-demo-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,13 @@ ingress-nginx:
enable-real-ip: "false" # set-by-customer
# 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
log-format-upstream: >
{%- if nginx_controller_log_format_upstream %}
set-by-customer
{%- else %}
$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"
{%- endif %}
log-format-escaping-json: "false" # set-by-customer
log-format-escaping-none: "false" # set-by-customer
# the Ingress Class name to be used by Ingresses (use "nginx-qovery" for Qovery application/container deployments)
Expand Down
5 changes: 5 additions & 0 deletions charts/qovery/values-demo-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@ ingress-nginx:
enable-real-ip: "false" # set-by-customer
# 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
log-format-upstream: >
{%- if nginx_controller_log_format_upstream %}
set-by-customer
{%- else %}
$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"
{%- endif %}
log-format-escaping-json: "false" # set-by-customer
log-format-escaping-none: "false" # set-by-customer
# the Ingress Class name to be used by Ingresses (use "nginx-qovery" for Qovery application/container deployments)
Expand Down
5 changes: 5 additions & 0 deletions charts/qovery/values-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,13 @@ ingress-nginx:
enable-real-ip: "false" # set-by-customer
# 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
log-format-upstream: >
{%- if nginx_controller_log_format_upstream %}
set-by-customer
{%- else %}
$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"
{%- endif %}
log-format-escaping-json: "false" # set-by-customer
log-format-escaping-none: "false" # set-by-customer
# the Ingress Class name to be used by Ingresses (use "nginx-qovery" for Qovery application/container deployments)
Expand Down
5 changes: 5 additions & 0 deletions charts/qovery/values-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@ ingress-nginx:
enable-real-ip: "false" # set-by-customer
# 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
log-format-upstream: >
{%- if nginx_controller_log_format_upstream %}
set-by-customer
{%- else %}
$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"
{%- endif %}
log-format-escaping-json: "false" # set-by-customer
log-format-escaping-none: "false" # set-by-customer
# the Ingress Class name to be used by Ingresses (use "nginx-qovery" for Qovery application/container deployments)
Expand Down

0 comments on commit 9f2fcbd

Please sign in to comment.