We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea14f4 commit 5deed93Copy full SHA for 5deed93
.github/helm-values-template.yaml
@@ -1,13 +1,17 @@
1
-# config for Minikube with disabled TLS
+# config with disabled TLS (e.g. for Minikube)
2
vector:
3
customConfig:
4
sinks:
5
better_stack_http_sink:
6
+ uri: "https://$INGESTING_HOST/"
7
auth:
- token: $SOURCE_TOKEN
8
+ strategy: "bearer"
9
+ token: "$SOURCE_TOKEN"
10
better_stack_http_metrics_sink:
11
+ uri: "https://$INGESTING_HOST/metrics"
12
13
14
15
sources:
16
better_stack_kubernetes_metrics_nodes:
17
tls:
0 commit comments