github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/tdengine/values.yaml (about) 1 # Default values for tdengine. 2 # This is a YAML-formatted file. 3 # Declare variables to be passed into your templates. 4 5 image: 6 registry: docker.io 7 repository: tdengine/tdengine 8 pullPolicy: IfNotPresent 9 # Overrides the image tag whose default is the chart appVersion. 10 tag: "3.0.5.0" 11 12 imagePullSecrets: [] 13 14 ## Common override values: 15 ## 16 ## @param clusterVersionOverride 17 ## @param nameOverride 18 ## @param fullnameOverride 19 clusterVersionOverride: "" 20 nameOverride: "" 21 fullnameOverride: "" 22 23 defaultAuth: 24 username: root 25 password: taosdata 26 27 timeZone: Asia/Shanghai 28 29 podAnnotations: {} 30 31 podSecurityContext: {} 32 # fsGroup: 2000 33 34 securityContext: {} 35 # capabilities: 36 # drop: 37 # - ALL 38 # readOnlyRootFilesystem: true 39 # runAsNonRoot: true 40 # runAsUser: 1000 41 42 metrics: 43 image: 44 registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com 45 repository: apecloud/taoskeeper 46 tag: 0.0.5 47 pullPolicy: IfNotPresent 48 service: 49 port: 6043 50 51