Merge pull request #87729 from Jefftree/patch-1

Reduce default CPU requirement for konnectivity server
This commit is contained in:
Kubernetes Prow Robot 2020-01-31 16:23:22 -08:00 committed by GitHub
commit dda9d86d4f
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: