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