mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/datadog] Update default value of datadog.livenessProbe in README (#10876)
* Change default value of datadog.livenessProbe in README Signed-off-by: Robbie Marcelo <rbmrclo@hotmail.com> * Bump version to 1.18.1 Signed-off-by: Robbie Marcelo <rbmrclo@hotmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6cfd5ba1ea
commit
faddc35217
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 1.18.0
|
||||
version: 1.18.1
|
||||
appVersion: 6.9.0
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
|
||||
@@ -92,7 +92,7 @@ The following table lists the configurable parameters of the Datadog chart and t
|
||||
| `datadog.resources.requests.memory` | Memory resource requests | `256Mi` |
|
||||
| `datadog.resources.limits.memory` | Memory resource limits | `256Mi` |
|
||||
| `datadog.securityContext` | Allows you to overwrite the default securityContext applied to the container | `nil` |
|
||||
| `datadog.livenessProbe` | Overrides the default liveness probe | exec /probe.sh |
|
||||
| `datadog.livenessProbe` | Overrides the default liveness probe | http port 5555 |
|
||||
| `datadog.hostname` | Set the hostname (write it in datadog.conf) | `nil` |
|
||||
| `datadog.acInclude` | Include containers based on image name | `nil` |
|
||||
| `datadog.acExclude` | Exclude containers based on image name | `nil` |
|
||||
|
||||
Reference in New Issue
Block a user