You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,9 +94,9 @@ The command removes all the Kubernetes components associated with the chart and
94
94
| datadog.dataDir | string |`"/var/lib/observability-pipelines-worker"`| The data directory for OPW to store runtime data in. |
95
95
| datadog.pipelineId | string |`nil`| Specify your Datadog Observability Pipelines pipeline ID |
96
96
| datadog.site | string |`"datadoghq.com"`| The [site](https://docs.datadoghq.com/getting_started/site/) of the Datadog intake to send data to. |
97
-
| datadog.workerAPI.address | string |`"127.0.0.1:8686"`| Local address to bind the Worker's API to. |
98
-
| datadog.workerAPI.enabled | bool |`false`| Whether to enable the Worker's API. |
99
-
| datadog.workerAPI.playground | bool |`true`| Whether to enable the Worker's API GraphQL playground. |
97
+
| datadog.workerAPI.address | string |`"0.0.0.0:8686"`| Local address to bind the Worker's API to. if you change this port, you'll need to update the livenessProbe and readinessProbe|
98
+
| datadog.workerAPI.enabled | bool |`true`| Whether to enable the Worker's API. |
99
+
| datadog.workerAPI.playground | bool |`false`| Whether to enable the Worker's API GraphQL playground. |
100
100
| dnsConfig | object |`{}`| Specify the [dnsConfig](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config). |
101
101
| dnsPolicy | string |`"ClusterFirst"`| Specify the [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy). |
102
102
| env | list |`[]`| Define environment variables. |
@@ -118,7 +118,7 @@ The command removes all the Kubernetes components associated with the chart and
118
118
| ingress.tls | list |`[]`| Configure TLS for the Ingress. |
119
119
| initContainers | list |`[]`| Specify initContainers to be added. |
| persistence.accessModes | list |`["ReadWriteOnce"]`| Specify the accessModes for PersistentVolumeClaims. |
@@ -137,7 +137,7 @@ The command removes all the Kubernetes components associated with the chart and
137
137
| podManagementPolicy | string |`"OrderedReady"`| Specify the [podManagementPolicy](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies). |
138
138
| podPriorityClassName | string |`""`| Set the [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass). |
139
139
| podSecurityContext | object |`{}`| Allows you to overwrite the default [PodSecurityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/). |
140
-
| readinessProbe | object |`{}`| Specify the readinessProbe [configuration](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes). |
140
+
| readinessProbe | object |`{"failureThreshold":3,"httpGet":{"path":"/health","port":8686,"scheme":"HTTP"},"initialDelaySeconds":15,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":15}`| Specify the readinessProbe [configuration](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes). |
141
141
| replicas | int |`1`| Specify the number of replicas to create. |
0 commit comments