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 1a05a9e commit 86c149fCopy full SHA for 86c149f
charts/tensor-fusion/templates/vector.yaml
@@ -51,4 +51,4 @@ data:
51
type: prometheus_remote_write
52
inputs:
53
- controller_metrics
54
- endpoint: http://{{ .Values.hypervisor.greptimedbEendpoint }}/v1/prometheus/write?db=public
+ endpoint: {{ .Values.controller.greptimedbEendpoint }}
charts/tensor-fusion/values.yaml
@@ -50,6 +50,8 @@ controller:
50
podAnnotations: {}
tolerations: []
affinity: {}
+
+ greptimedbEendpoint: http://greptimedb-standalone.greptimedb.svc.cluster.local:4000/v1/prometheus/write?db=public
55
admissionWebhooks:
56
failurePolicy: Fail
57
secretName: tensor-fusion-webhook-secret
0 commit comments