Commit b1831de 1 parent 52cfec8 commit b1831de Copy full SHA for b1831de
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 @@ -22,6 +22,15 @@ initPassword:
22
22
image : " "
23
23
# The annotations for the Job, not including the annotations for the pod.
24
24
annotations : {}
25
+ # resources for init_job pod.
26
+ resources : {}
27
+ # resources:
28
+ # requests:
29
+ # cpu: 500m
30
+ # memory: 400Mi
31
+ # limits:
32
+ # cpu: 500m
33
+ # memory: 800Mi
25
34
26
35
# TimeZone is used to set the environment variable TZ for pod, with Asia/Shanghai as the default.
27
36
timeZone : Asia/Shanghai
Original file line number Diff line number Diff line change @@ -130,6 +130,15 @@ starrocks:
130
130
image : " "
131
131
# The annotations for the Job, not including the annotations for the pod.
132
132
annotations : {}
133
+ # resources for init_job pod.
134
+ resources : {}
135
+ # resources:
136
+ # requests:
137
+ # cpu: 500m
138
+ # memory: 400Mi
139
+ # limits:
140
+ # cpu: 500m
141
+ # memory: 800Mi
133
142
134
143
# TimeZone is used to set the environment variable TZ for pod, with Asia/Shanghai as the default.
135
144
timeZone : Asia/Shanghai
You can’t perform that action at this time.
0 commit comments