diff --git a/charts/actions-runner-controller/templates/actionsmetrics.deployment.yaml b/charts/actions-runner-controller/templates/actionsmetrics.deployment.yaml index 676e2472..aa7d82d7 100644 --- a/charts/actions-runner-controller/templates/actionsmetrics.deployment.yaml +++ b/charts/actions-runner-controller/templates/actionsmetrics.deployment.yaml @@ -148,7 +148,7 @@ spec: - containerPort: {{ .Values.actionsMetrics.port }} name: metrics-port resources: - {{- toYaml .Values.resources | nindent 12 }} + {{- toYaml .Values.actionsMetrics.proxy.resources | nindent 12 }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} {{- end }}