docs(README): be compliant with markdownlint MD044
All checks were successful
Helm / helm-unittest (push) Successful in 5s
Helm / helm-lint (push) Successful in 12s
Markdown linter / markdown-link-checker (push) Successful in 10s
Markdown linter / markdown-lint (push) Successful in 26s
Generate README / generate-parameters (push) Successful in 1m7s
All checks were successful
Helm / helm-unittest (push) Successful in 5s
Helm / helm-lint (push) Successful in 12s
Markdown linter / markdown-link-checker (push) Successful in 10s
Markdown linter / markdown-lint (push) Successful in 26s
Generate README / generate-parameters (push) Successful in 1m7s
This commit is contained in:
parent
65d2452df4
commit
63125f1849
@ -19,7 +19,7 @@ helm chart is tested for deployment scenarios with **ArgoCD**.
|
|||||||
## Helm: configuration and installation
|
## Helm: configuration and installation
|
||||||
|
|
||||||
1. A helm chart repository must be configured, to pull the helm charts from.
|
1. A helm chart repository must be configured, to pull the helm charts from.
|
||||||
2. All available parameters are [here](#parameters) in detail documented. The parameters can be defined via the helm
|
2. All available [parameters](#parameters) are documented in detail below. The parameters can be defined via the helm
|
||||||
`--set` flag or directly as part of a `values.yaml` file. The following example defines the `prometheus-exporter`
|
`--set` flag or directly as part of a `values.yaml` file. The following example defines the `prometheus-exporter`
|
||||||
repository and use the `--set` flag for a basic deployment.
|
repository and use the `--set` flag for a basic deployment.
|
||||||
|
|
||||||
@ -70,7 +70,8 @@ available. As this is a Golang application, this can be implemented using `GOMAX
|
|||||||
of defining `GOMAXPROCS` automatically based on the defined CPU limit like `1000m`. Please keep in mind, that the CFS
|
of defining `GOMAXPROCS` automatically based on the defined CPU limit like `1000m`. Please keep in mind, that the CFS
|
||||||
rate of `100ms` - default on each kubernetes node, is also very important to avoid CPU throttling.
|
rate of `100ms` - default on each kubernetes node, is also very important to avoid CPU throttling.
|
||||||
|
|
||||||
Further information about this topic can be found [here](https://kanishk.io/posts/cpu-throttling-in-containerized-go-apps/).
|
Further information about this topic can be found in one of Kanishk's blog
|
||||||
|
[posts](https://kanishk.io/posts/cpu-throttling-in-containerized-go-apps/).
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The environment variable `GOMAXPROCS` is set automatically, when a CPU limit is defined. An explicit configuration is
|
> The environment variable `GOMAXPROCS` is set automatically, when a CPU limit is defined. An explicit configuration is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user