test(deployment): resources

This commit is contained in:
2024-11-26 19:08:40 +01:00
parent abd73d82f2
commit 3a96e4ac5d
2 changed files with 23 additions and 1 deletions

View File

@ -60,7 +60,7 @@ spec:
- name: http
containerPort: 9187
protocol: TCP
{{- with .Values.deployment.containerResources }}
{{- with .Values.deployment.postgresExporter.resources }}
resources:
{{- toYaml . | nindent 10 }}
{{- end }}