diff --git a/ci/jenkins/pod/testEnvironment.yaml b/ci/jenkins/pod/testEnvironment.yaml index 3f6a17c2a9..da1af44992 100644 --- a/ci/jenkins/pod/testEnvironment.yaml +++ b/ci/jenkins/pod/testEnvironment.yaml @@ -11,6 +11,13 @@ spec: command: - cat tty: true + resources: + limits: + memory: "8Gi" + cpu: "4.0" + requests: + memory: "4Gi" + cpu: "2.0" volumeMounts: - name: kubeconf mountPath: /root/.kube/