Commit 509a0a4 1 parent 1e98d72 commit 509a0a4 Copy full SHA for 509a0a4
File tree 3 files changed +21
-0
lines changed
helm-charts/charts/kube-starrocks
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 33
33
image : {{ .Values.starrocksFESpec.image.repository }}:{{ include "starrockscluster.fe.image.tag" . }}
34
34
{{- end }}
35
35
imagePullPolicy : IfNotPresent
36
+ {{- if .Values.initPassword.resources }}
37
+ resources : {{- toYaml .Values.initPassword.resources | nindent 10 }}
38
+ {{- end }}
36
39
command :
37
40
- /bin/bash
38
41
args :
Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ initPassword:
27
27
image : " "
28
28
# The annotations for the Job, not including the annotations for the pod.
29
29
annotations : {}
30
+ # resources for init_job pod.
31
+ resources : {}
32
+ # resources:
33
+ # requests:
34
+ # cpu: 500m
35
+ # memory: 400Mi
36
+ # limits:
37
+ # cpu: 500m
38
+ # memory: 800Mi
30
39
31
40
# TimeZone is used to set the environment variable TZ for pod, with Asia/Shanghai as the default.
32
41
timeZone : Asia/Shanghai
Original file line number Diff line number Diff line change @@ -139,6 +139,15 @@ starrocks:
139
139
image : " "
140
140
# The annotations for the Job, not including the annotations for the pod.
141
141
annotations : {}
142
+ # resources for init_job pod.
143
+ resources : {}
144
+ # resources:
145
+ # requests:
146
+ # cpu: 500m
147
+ # memory: 400Mi
148
+ # limits:
149
+ # cpu: 500m
150
+ # memory: 800Mi
142
151
143
152
# TimeZone is used to set the environment variable TZ for pod, with Asia/Shanghai as the default.
144
153
timeZone : Asia/Shanghai
You can’t perform that action at this time.
0 commit comments