We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4a720 commit bd8bba3Copy full SHA for bd8bba3
helm-charts/doris-disaggregated/values.yaml
@@ -71,9 +71,8 @@ feSpec:
71
cpu: 4
72
memory: 8Gi
73
limits:
74
- requests:
75
- cpu: 4
76
- memory: 8Gi
+ cpu: 4
+ memory: 8Gi
77
78
# config the service resource, default is clusterIP mode. NodePort example as follows:
79
service: {}
@@ -98,7 +97,8 @@ feSpec:
98
97
accessModes:
99
- ReadWriteOnce
100
resources:
101
- storage: 200Gi
+ requests:
+ storage: 200Gi
102
103
# specify the names of compute groups. this is required. if config
104
computeGroupNames:
@@ -134,4 +134,5 @@ computeSpec:
134
135
136
137
- storage: 500Gi
138
+ storage: 500Gi
0 commit comments