Skip to content

Commit

Permalink
update 07/11/24 08:24:38
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Jul 11, 2024
1 parent 8c82a05 commit bd7f0df
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 54 deletions.
19 changes: 0 additions & 19 deletions charts/qovery/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ ingress-nginx:
# 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
{%- if nginx_controller_log_format_upstream %}
log-format-upstream: >
set-by-customer
{%- 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 Expand Up @@ -168,21 +164,6 @@ ingress-nginx:
topologyKey: kubernetes.io/hostname
maxSkew: 1
whenUnsatisfiable: DoNotSchedule
{%- if enable_karpenter %}
tolerations:
- effect: NoSchedule
key: nodepool/stable
operator: Exists
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: karpenter.sh/nodepool
operator: In
values:
- stable
{%- endif %}
external-dns:
# set the provider to use
provider: set-by-customer
Expand Down
19 changes: 0 additions & 19 deletions charts/qovery/values-demo-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ ingress-nginx:
# 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
{%- if nginx_controller_log_format_upstream %}
log-format-upstream: >
set-by-customer
{%- 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 Expand Up @@ -168,21 +164,6 @@ ingress-nginx:
topologyKey: kubernetes.io/hostname
maxSkew: 1
whenUnsatisfiable: DoNotSchedule
{%- if enable_karpenter %}
tolerations:
- effect: NoSchedule
key: nodepool/stable
operator: Exists
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: karpenter.sh/nodepool
operator: In
values:
- stable
{%- endif %}
external-dns:
fullnameOverride: external-dns
provider: pdns
Expand Down
4 changes: 0 additions & 4 deletions charts/qovery/values-demo-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ ingress-nginx:
# 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
{%- if nginx_controller_log_format_upstream %}
log-format-upstream: >
set-by-customer
{%- 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
4 changes: 0 additions & 4 deletions charts/qovery/values-demo-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ ingress-nginx:
# 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
{%- if nginx_controller_log_format_upstream %}
log-format-upstream: >
set-by-customer
{%- 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
4 changes: 0 additions & 4 deletions charts/qovery/values-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ ingress-nginx:
# 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
{%- if nginx_controller_log_format_upstream %}
log-format-upstream: >
set-by-customer
{%- 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
4 changes: 0 additions & 4 deletions charts/qovery/values-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ ingress-nginx:
# 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
{%- if nginx_controller_log_format_upstream %}
log-format-upstream: >
set-by-customer
{%- 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 bd7f0df

Please sign in to comment.