Reduce default CPU requirement for konnectivity server

Our network proxy [e2e job](https://k8s-testgrid.appspot.com/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy) is failing because we are requesting more resources than available on the system. 

The test clusters are consuming exactly 970m CPU resources without the konnectivity-server pod. Requesting 40m exceeds the 1000m limit and causes all tests to fail.
This commit is contained in:
Jeffrey Ying 2020-01-31 10:45:21 -08:00 committed by GitHub
parent b1aff7832d
commit 2eb48f6049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ spec:
image: gcr.io/google-containers/proxy-server:v0.0.3
resources:
requests:
cpu: 40m
cpu: 25m
command: [ "/proxy-server"{{ konnectivity_args }} ]
livenessProbe:
httpGet: