From 554b377a63c7b96bc36ec2fb0065b3dbcffdeb1c Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Fri, 11 Nov 2022 22:01:55 +0800 Subject: [PATCH] fix(prow-dev): fix container resources (#1075) --- .../cluster/ti_community_cherrypicker_deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/prow-dev/cluster/ti_community_cherrypicker_deployment.yaml b/configs/prow-dev/cluster/ti_community_cherrypicker_deployment.yaml index 4aaa90bde..88d395e07 100644 --- a/configs/prow-dev/cluster/ti_community_cherrypicker_deployment.yaml +++ b/configs/prow-dev/cluster/ti_community_cherrypicker_deployment.yaml @@ -26,12 +26,12 @@ spec: - --github-endpoint=http://ghproxy - --github-endpoint=https://api.github.com resources: + requests: + cpu: 100m + memory: 100Mi limits: cpu: "1" memory: 1Gi - requests: - cpu: "100" - memory: 100Mi ports: - name: http containerPort: 80