File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ home: https://github.com/prymitive/karma
6
6
sources :
7
7
- https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma
8
8
- https://github.com/prymitive/karma
9
- version : 2.10 .0
9
+ version : 2.11 .0
10
10
kubeVersion : " >= 1.19-0"
11
11
appVersion : " v0.121"
12
12
maintainers :
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ spec:
116
116
{{- if .Values.kthxbyeSidecar.logJson }}
117
117
- --log-json
118
118
{{- end }}
119
+ resources :
120
+ {{ toYaml .Values.kthxbyeSidecar.resources | indent 12 }}
119
121
{{- if .Values.kthxbyeSidecar.securityContext }}
120
122
securityContext :
121
123
{{ toYaml .Values.kthxbyeSidecar.securityContext | indent 12 }}
Original file line number Diff line number Diff line change @@ -229,6 +229,18 @@ kthxbyeSidecar:
229
229
# max-duration: <duration> # Maximum duration of a silence, it won't be extended anymore after reaching it
230
230
logJson : false
231
231
securityContext : {}
232
+ resources :
233
+ {}
234
+ # # We usually recommend not to specify default resources and to leave this as a conscious
235
+ # # choice for the user. This also increases chances charts run on environments with little
236
+ # # resources, such as Minikube. If you do want to specify resources, uncomment the following
237
+ # # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
238
+ # limits:
239
+ # cpu: 100m
240
+ # memory: 128Mi
241
+ # requests:
242
+ # cpu: 100m
243
+ # memory: 128Mi
232
244
233
245
# additional sidecar containers array which will be added to the deployment
234
246
sidecarContainers : []
You can’t perform that action at this time.
0 commit comments