diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 898b9b8..8fcf7e2 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -6,8 +6,10 @@ spec: stdin: true tty: true resources: - requests: - cpu: 1500m + requests: &resources + cpu: 6 + memory: 4Gi + limits: *resources volumeMounts: - mountPath: /etc/ssh/ssh_known_hosts name: ssh-known-hosts