Skip to content

Commit

Permalink
chore(helm): add influxdb config in connector configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Jul 18, 2023
1 parent 75ca4e7 commit 054480b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/vdp/templates/connector-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ data:
otelcollector:
host: {{ template "base.otel" . }}
port: {{ template "base.otel.port" . }}
influxdb:
url: {{ .Values.influxdbCloud.url }}
token: {{ .Values.influxdbCloud.token }}
org: {{ .Values.influxdbCloud.organization }}
bucket: {{ .Values.influxdbCloud.bucket }}
flushinterval: 10 # In seconds for non-blocking batch mode
https:
cert:
key:

0 comments on commit 054480b

Please sign in to comment.