right size resource requests
This commit is contained in:
		| @@ -88,12 +88,9 @@ argo-events: | ||||
|       tag: v1.9.1 | ||||
|   controller: | ||||
|     resources: | ||||
|       limits: | ||||
|         cpu: 500m | ||||
|         memory: 512Mi | ||||
|       requests: | ||||
|         cpu: 250m | ||||
|         memory: 256Mi | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|     metrics: | ||||
|       enabled: true | ||||
|       serviceMonitor: | ||||
|   | ||||
| @@ -2,9 +2,6 @@ kargo: | ||||
|   api: | ||||
|     host: kargo.alexlebens.net | ||||
|     resources: | ||||
|       limits: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|       requests: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
| @@ -61,9 +58,6 @@ kargo: | ||||
|                 - email | ||||
|                 - groups | ||||
|         resources: | ||||
|           limits: | ||||
|             cpu: 100m | ||||
|             memory: 128Mi | ||||
|           requests: | ||||
|             cpu: 100m | ||||
|             memory: 128Mi | ||||
| @@ -82,18 +76,12 @@ kargo: | ||||
|     rollouts: | ||||
|       integrationEnabled: true | ||||
|     resources: | ||||
|       limits: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|       requests: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|   managementController: | ||||
|     enabled: true | ||||
|     resources: | ||||
|       limits: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|       requests: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
| @@ -103,18 +91,12 @@ kargo: | ||||
|     tls: | ||||
|       selfSignedCert: true | ||||
|     resources: | ||||
|       limits: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|       requests: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|   garbageCollector: | ||||
|     schedule: "0 * * * *" | ||||
|     resources: | ||||
|       limits: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|       requests: | ||||
|         cpu: 100m | ||||
|         memory: 128Mi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user