Created
November 30, 2021 22:15
-
-
Save sdeoras/6230d898ca008b1d8f29cef70a2247e3 to your computer and use it in GitHub Desktop.
dapr-influxdb2-component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: dapr.io/v1alpha1 | |
kind: Component | |
metadata: | |
annotations: | |
meta.helm.sh/release-name: sensor-config | |
meta.helm.sh/release-namespace: sensor-system | |
creationTimestamp: "2021-11-30T18:00:19Z" | |
generation: 1 | |
labels: | |
app.kubernetes.io/managed-by: Helm | |
name: influxdb2 | |
namespace: sensor-system | |
resourceVersion: "2050149" | |
uid: f32e88d9-4eac-4cd5-9fee-7ea89a847941 | |
spec: | |
metadata: | |
- name: url | |
value: http://influxdb2.influxdb2-system.svc.cluster.local:80 | |
- name: token | |
value: secret-password-redacted | |
- name: org | |
value: sensor-system | |
- name: bucket | |
value: sensor-data | |
type: bindings.influx | |
version: v1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment