From 2fc6206155a2c873bc3e3abb30b31a323832dea9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 29 Dec 2023 11:36:58 -0600 Subject: [PATCH] wip: ci: Request 2 CPUs for each container --- ci/podTemplate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index f8e190b..512a174 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -5,6 +5,9 @@ spec: - cat stdin: true tty: true + resources: + requests: + cpu: 2 volumeMounts: - mountPath: /etc/ssh/ssh_known_hosts name: ssh-known-hosts