File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ sources:
1818- https://github.com/dysnix/docker-agave
1919- https://github.com/anza-xyz/agave
2020type : application
21- version : 0.4.0
21+ version : 0.4.1
Original file line number Diff line number Diff line change @@ -200,6 +200,9 @@ spec:
200200 {{- toYaml . | nindent 12 }}
201201 {{- end }}
202202 {{- end }}
203+ {{- if .Values.resizePolicy }}
204+ resizePolicy : {{- toYaml .Values.resizePolicy | nindent 12 }}
205+ {{- end }}
203206 resources :
204207 {{- toYaml .Values.resources | nindent 12 }}
205208 volumeMounts :
Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ securityContext: {}
8686# #
8787resources : {}
8888
89+ # # @param resizePolicy specifies container resize policies
90+ # # ref: https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/#container-resize-policies
91+ # #
92+ resizePolicy : {}
93+
8994# # @param livenessProbe [object] Agave container livenessProbe
9095# #
9196livenessProbe :
You can’t perform that action at this time.
0 commit comments