From 1bcb1a01c25b46274c5b5abe6dc22f75664ff8dc Mon Sep 17 00:00:00 2001 From: Chotiwat Chawannakul Date: Thu, 7 Mar 2024 17:18:35 -0800 Subject: [PATCH] Update deployment.yaml --- charts/actions-runner-controller/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}