Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
庄润梓 authored and 庄润梓 committed May 22, 2024
1 parent 6d12d9c commit 17a94cc
Showing 1 changed file with 29 additions and 11 deletions.
40 changes: 29 additions & 11 deletions pkg/helm/testdata/db-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
{}

0 comments on commit 17a94cc

Please sign in to comment.