mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	Merge pull request #87729 from Jefftree/patch-1
Reduce default CPU requirement for konnectivity server
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot