Merge pull request #34421 from chrislovecnm/cassandra-cpu-fix-flake

Automatic merge from submit-queue

fixing flake test

This should fix https://github.com/kubernetes/kubernetes/issues/32941  - I do not know what CPU guidelines I should be using, and I have had challenges running the tests in parallel.  Dropping the PR instead of messing around with trying to get testing run correctly.
This commit is contained in:
Kubernetes Submit Queue 2016-10-13 00:26:04 -07:00 committed by GitHub
commit 5eb75e4eb9
2 changed files with 4 additions and 4 deletions

View File

@ -242,10 +242,10 @@ spec:
name: cql
resources:
limits:
cpu: "1"
cpu: "500m"
memory: 1Gi
requests:
cpu: "1"
cpu: "500m"
memory: 1Gi
securityContext:
capabilities:

View File

@ -27,10 +27,10 @@ spec:
name: cql
resources:
limits:
cpu: "1"
cpu: "500m"
memory: 1Gi
requests:
cpu: "1"
cpu: "500m"
memory: 1Gi
securityContext:
capabilities: