diff --git a/pkg/helm/testdata/db-manifests.yaml b/pkg/helm/testdata/db-manifests.yaml index 5089b287..05de2ce4 100644 --- a/pkg/helm/testdata/db-manifests.yaml +++ b/pkg/helm/testdata/db-manifests.yaml @@ -8,32 +8,50 @@ metadata: spec: base: main: - image: 'registry.cn-hangzhou.aliyuncs.com/greptime/greptimedb:v0.4.1' + image: 'registry.cn-hangzhou.aliyuncs.com/greptime/greptimedb:v0.8.0' resources: - limits: - cpu: 500m - memory: 512Mi - requests: - cpu: 500m - memory: 512Mi + limits: {} + requests: {} frontend: - replicas: 3 + replicas: 1 + template: + main: + resources: + requests: + {} + limits: + {} meta: replicas: 3 etcdEndpoints: - mycluster-etcd.default:2379 + template: + main: + resources: + requests: + {} + limits: + {} datanode: replicas: 3 + template: + main: + resources: + requests: + {} + limits: + {} storage: storageClassName: ebs-sc storageSize: 11Gi storageRetainPolicy: Delete - walDir: /tmp/greptimedb/wal + dataHome: /data/greptimedb + walDir: /data/greptimedb/wal httpServicePort: 4000 grpcServicePort: 4001 mysqlServicePort: 4002 postgresServicePort: 4003 initializer: - image: 'registry.cn-hangzhou.aliyuncs.com/greptime/greptimedb-initializer:0.1.0-alpha.17' - storage: + image: 'registry.cn-hangzhou.aliyuncs.com/greptime/greptimedb-initializer:0.1.0-alpha.25' + objectStorage: {}