mirror of
				https://github.com/Telecominfraproject/wlan-toolsmith.git
				synced 2025-10-31 02:47:51 +00:00 
			
		
		
		
	Merge pull request #206 from Telecominfraproject/fix/wifi-9658--set-cert-manager-limits
[WIFI-9658] Add: cert-manager resources limtis to make it predictable
This commit is contained in:
		| @@ -934,6 +934,15 @@ releases: | |||||||
|     app: cert-manager |     app: cert-manager | ||||||
|   values: |   values: | ||||||
|   - installCRDs: true |   - installCRDs: true | ||||||
|  |   - webhook: | ||||||
|  |       resources: | ||||||
|  |         requests: | ||||||
|  |           cpu: 500m | ||||||
|  |           memory: 150Mi | ||||||
|  |         limits: | ||||||
|  |           cpu: 500m | ||||||
|  |           memory: 150Mi | ||||||
|  |  | ||||||
|  |  | ||||||
| - name: calico | - name: calico | ||||||
|   condition: calico.enabled |   condition: calico.enabled | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dmitry Dunaev
					Dmitry Dunaev