We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86a01a commit 549555bCopy full SHA for 549555b
helm/defectdojo/templates/_helpers.tpl
@@ -168,5 +168,5 @@ Create chart name and version as used by the chart label.
168
{{- toYaml .Values.extraEnv | nindent 8 }}
169
{{- end }}
170
resources:
171
- {{- toYaml .Values.django.uwsgi.resources | nindent 10 }}
+ {{- toYaml .Values.dbMigrationChecker.resources | nindent 10 }}
172
{{- end -}}
helm/defectdojo/values.yaml
@@ -89,6 +89,13 @@ securityContext:
89
90
dbMigrationChecker:
91
enabled: true
92
+ resources:
93
+ requests:
94
+ cpu: 100m
95
+ memory: 100Mi
96
+ limits:
97
+ cpu: 200m
98
+ memory: 200Mi
99
100
tests:
101
unitTests:
0 commit comments