datadog/synthetics-private-location
Chart version: 0.2.0
Api version: v2
App version: 1.4.0
Datadog Synthetics Private Location
application
Chart Type
Active
Status
Unknown
License
290
Downloads
https://helm.datadoghq.com
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install synthetics-private-location center/datadog/synthetics-private-location
Versions (0)
View all
Datadog Synthetics Private Location
Datadog is a hosted infrastructure monitoring platform. This chart adds a Datadog Synthetics Private Location Deployment. For more information about synthetics monitoring with Datadog, please refer to the Datadog documentation website.
How to use Datadog Helm repository
You need to add this repository to your Helm repositories:
helm repo add datadog https://helm.datadoghq.com
helm repo update
Quick start
To install the chart with the release name <RELEASE_NAME>
, retrieve your Private Location configuration file from your Synthetics Private Location settings page and save it under config.json
then run:
helm install <RELEASE_NAME> datadog/synthetics-private-location --set-file configFile=config.json
Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
Allows to specify affinity for Datadog Synthetics Private Location PODs |
configFile | string | "{}" |
JSON string containing the configuration of the private location worker |
fullnameOverride | string | "" |
Override the full qualified app name |
image.pullPolicy | string | "IfNotPresent" |
Define the pullPolicy for Datadog Synthetics Private Location image |
image.repository | string | "gcr.io/datadoghq/synthetics-private-location-worker" |
Repository to use for Datadog Synthetics Private Location image |
image.tag | string | "1.4.0" |
Define the Datadog Synthetics Private Location version to use |
imagePullSecrets | list | [] |
Datadog Synthetics Private Location repository pullSecret (ex: specify docker registry credentials) |
nameOverride | string | "" |
Override name of app |
nodeSelector | object | {} |
Allows to schedule Datadog Synthetics Private Location on specific nodes |
podAnnotations | object | {} |
Annotations to set to Datadog Synthetics Private Location PODs |
podSecurityContext | object | {} |
Security context to set to Datadog Synthetics Private Location PODs |
replicaCount | int | 1 |
Number of instances of Datadog Synthetics Private Location |
resources | object | {} |
Set resources requests/limits for Datadog Synthetics Private Location PODs |
securityContext | object | {} |
Security context to set to the Datadog Synthetics Private Location container |
serviceAccount.create | bool | true |
Specifies whether a service account should be created |
serviceAccount.name | string | "" |
The name of the service account to use. If not set name is generated using the fullname template |
tolerations | list | [] |
Allows to schedule Datadog Synthetics Private Location on tainted nodes |