Merge pull request #7590 from KnechtionsCoding/fix/resources

fix: resources for frontend
This commit is contained in:
Patrik Oldsberg
2021-10-18 11:10:19 +02:00
committed by GitHub
@@ -32,7 +32,7 @@ spec:
ports:
- containerPort: {{ .Values.frontend.containerPort }}
resources:
{{- toYaml .Values.backend.resources | nindent 12 }}
{{- toYaml .Values.frontend.resources | nindent 12 }}
envFrom:
- configMapRef:
name: {{ include "backstage.fullname" . }}-app-env