diff --git a/templates/deployment-sidekiq.yaml b/templates/deployment-sidekiq.yaml index b10573c..3182bcc 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -214,7 +214,7 @@ spec: # periodSeconds: 2 # successThreshold: 2 # timeoutSeconds: 1 - #resources: + resources: {{- toYaml (default (default $context.Values.resources $context.Values.mastodon.sidekiq.resources) .resources) | nindent 12 }} {{- include "mastodon.statsdExporterContainer" $ | indent 8 }} {{- with $context.Values.nodeSelector }}