Skip to content

Commit

Permalink
fix: trailing space (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
acarranoqovery authored Jan 9, 2025
1 parent 323b9fe commit 4d8e059
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions website/docs/using-qovery/configuration/advanced-settings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-01-07"
last_modified_on: "2025-01-08"
title: "Service Advanced Settings"
description: "Learn how to set advanced settings on your infrastructure with Qovery"
---
Expand Down Expand Up @@ -276,19 +276,19 @@ You can pass set credentials by separating them with a comma. For example: `user
|--------|--------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows you to customize [server-snippet](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#server-snippet). | `null` |

#### network.ingress. nginx_limit_burst_multiplier ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)
#### network.ingress.nginx_limit_burst_multiplier ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)

| Type | Description | Default Value |
|--------|---------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows you to set [limit burst multiplier](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#rate-limiting). | `null` |

#### network.ingress. nginx_limit_rpm ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)
#### network.ingress.nginx_limit_rpm ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)

| Type | Description | Default Value |
|--------|--------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows you to set [limit rpm](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#rate-limiting). | `null` |

#### network.ingress. nginx_limit_rps ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)
#### network.ingress.nginx_limit_rps ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)

| Type | Description | Default Value |
|--------|--------------------------------------------------------------------------------------------------------------------------------------|---------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,19 +264,19 @@ You can pass set credentials by separating them with a comma. For example: `user
|--------|--------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows you to customize [server-snippet](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#server-snippet). | `null` |

#### network.ingress. nginx_limit_burst_multiplier ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)
#### network.ingress.nginx_limit_burst_multiplier ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)

| Type | Description | Default Value |
|--------|---------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows you to set [limit burst multiplier](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#rate-limiting). | `null` |

#### network.ingress. nginx_limit_rpm ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)
#### network.ingress.nginx_limit_rpm ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)

| Type | Description | Default Value |
|--------|--------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows you to set [limit rpm](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#rate-limiting). | `null` |

#### network.ingress. nginx_limit_rps ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)
#### network.ingress.nginx_limit_rps ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg) ![](/img/advanced_settings/helm.svg)

| Type | Description | Default Value |
|--------|--------------------------------------------------------------------------------------------------------------------------------------|---------------|
Expand Down
4 changes: 2 additions & 2 deletions website/guides/advanced/deploy-daemonset-with-karpenter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-12-06"
last_modified_on: "2025-01-08"
$schema: "/.meta/.schemas/guides.json"
title: Deploy a DaemonSet in a Karpenter context
description: How to ensure your DaemonSet is well deployed when you are using Karpenter.
Expand All @@ -12,7 +12,7 @@ import Alert from '@site/src/components/Alert';
import Steps from '@site/src/components/Steps';
import Assumptions from '@site/src/components/Assumptions';

[Karpenter](https://karpenter.sh/) is a great way to cut your AWS bill. It provides a simple and flexible way to scale and optimize your resource consumption. But there is a known [issue](https://github.com/kubernetes-sigs/karpenter/issues/731) with capacity planning when deploying DaemonSets. In this guide, we will expolore this issue and demonstrate how to resolve it using PriorityClass.
[Karpenter](https://karpenter.sh/) is a great way to cut your AWS bill. It provides a simple and flexible way to scale and optimize your resource consumption. But there is a known [issue](https://github.com/kubernetes-sigs/karpenter/issues/731) with capacity planning when deploying DaemonSets. In this guide, we will explore this issue and demonstrate how to resolve it using PriorityClass.

<!--
THIS FILE IS AUTOGENERATED!
Expand Down
4 changes: 2 additions & 2 deletions website/guides/tutorial/deploy-jupyterhub-qovery.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-12-06"
last_modified_on: "2025-01-08"
$schema: "/.meta/.schemas/guides.json"
title: Deploy JupyterHub using Helm
description: How to deploy JupyterHub on Qovery using the official Helm chart.
Expand Down Expand Up @@ -92,7 +92,7 @@ proxy:
</TabItem>
<TabItem value="karpenter">
<TabItem value="EKS with karpenter">
To avoid [a known issue](https://hub.qovery.com/guides/advanced/deploy-daemonset-with-karpenter/) with Karpenter, we need to add a priorityClass to our pods. It is possible to do this using built-in configuration keys:
Expand Down

0 comments on commit 4d8e059

Please sign in to comment.