summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorcai6489 <caichunbo@beyondcent.com>2023-10-10 17:19:23 +0800
committercai6489 <caichunbo@beyondcent.com>2023-10-11 14:36:41 +0800
commit3fa4b3eb37e6b484863bc0eb38982bf2815f35da (patch)
treef437a12dfaa37dc3b0aa0891df0f2ec3eaea5699 /manifests
parentcreate redis tdengine api (diff)
downloadkubeedge-3fa4b3eb37e6b484863bc0eb38982bf2815f35da.tar.gz
update database crd
Signed-off-by: cai6489 <caichunbo@beyondcent.com>
Diffstat (limited to 'manifests')
-rw-r--r--manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml b/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml
index 313b282de..83b59a715 100644
--- a/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml
+++ b/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml
@@ -600,6 +600,19 @@ spec:
data to database, please ensure that the mapper can access
the destination address.
properties:
+ TDEngine:
+ properties:
+ configData:
+ description: ConfigData of tdengine database
+ properties:
+ DB:
+ description: addr of tdEngine database
+ type: string
+ dsn:
+ description: addr of tdEngine database
+ type: string
+ type: object
+ type: object
influxdb2:
description: method configuration for database
properties:
@@ -633,6 +646,25 @@ spec:
type: object
type: object
type: object
+ redis:
+ properties:
+ configData:
+ description: ConfigData of redis database
+ properties:
+ addr:
+ description: Addr of Redis database
+ type: string
+ db:
+ description: Db of Redis database
+ type: string
+ minIdleConns:
+ description: MinIdleConns of Redis database
+ type: string
+ poolsize:
+ description: Poolsize of Redis database
+ type: string
+ type: object
+ type: object
type: object
http:
description: HTTP Push method configuration for http