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 677adc1 commit 2d50f86Copy full SHA for 2d50f86
addons/doris-cluster/templates/cluster.yaml
@@ -18,7 +18,6 @@ spec:
18
- componentDefRef: doris-fe
19
monitor: true
20
name: doris-fe
21
- noCreatePDB: false
22
replicas: 3
23
resources:
24
limits: {{- toYaml .Values.componentSpecs.fe.resources | nindent 10 }}
@@ -49,7 +48,6 @@ spec:
49
48
- componentDefRef: doris-be
50
51
name: doris-be
52
53
replicas: {{ .Values.componentSpecs.be.replicas }}
54
55
limits: {{- toYaml .Values.componentSpecs.be.resources | nindent 10 }}
@@ -70,7 +68,6 @@ spec:
70
68
- componentDefRef: doris-cn
71
69
72
name: doris-cn
73
74
replicas: {{ .Values.componentSpecs.cn.replicas }}
75
76
limits: {{- toYaml .Values.componentSpecs.cn.resources | nindent 10 }}
0 commit comments