diff --git a/charts/actions-runner-controller/templates/deployment.yaml b/charts/actions-runner-controller/templates/deployment.yaml index 3490f989..f7978ab9 100644 --- a/charts/actions-runner-controller/templates/deployment.yaml +++ b/charts/actions-runner-controller/templates/deployment.yaml @@ -175,7 +175,7 @@ spec: - containerPort: {{ .Values.metrics.port }} name: metrics-port resources: - {{- toYaml .Values.resources | nindent 12 }} + {{- toYaml .Values.metrics.proxy.resources | nindent 12 }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} {{- end }}