From 83edfbc8d79647bb2fc7cc7e8a3d55c0da057f7b Mon Sep 17 00:00:00 2001 From: githubmamatha <106563495+githubmamatha@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:38:42 -0700 Subject: [PATCH] Corrections resource target type in frontend1 static dc yaml (#85) --- tools/openshift/frontend1-static.dc.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/openshift/frontend1-static.dc.yaml b/tools/openshift/frontend1-static.dc.yaml index 508ec55..88ff45d 100644 --- a/tools/openshift/frontend1-static.dc.yaml +++ b/tools/openshift/frontend1-static.dc.yaml @@ -161,7 +161,9 @@ - type: Resource resource: name: cpu - targetAverageUtilization: 90 + target: + type: Utilization + averageUtilization: 90 parameters: - name: REPO_NAME description: Application repository name