helm: fix affinity rules and resources
This commit is contained in:
		| @ -25,7 +25,9 @@ spec: | ||||
|       affinity: | ||||
|         podAntiAffinity: | ||||
|           preferredDuringSchedulingIgnoredDuringExecution: | ||||
|           - labelSelector: | ||||
|           - weight: 1 | ||||
|             podAffinityTerm: | ||||
|               labelSelector: | ||||
|                 matchExpressions: | ||||
|                 - key: app.kubernetes.io/name | ||||
|                   operator: In | ||||
| @ -109,7 +111,7 @@ spec: | ||||
|           resources: | ||||
|             requests: | ||||
|               cpu: 100m | ||||
|               memory: 200M | ||||
|               memory: 300M | ||||
|             limits: | ||||
|               cpu: 300m | ||||
|               memory: 350M | ||||
|               memory: 500M | ||||
|  | ||||
| @ -25,7 +25,9 @@ spec: | ||||
|       affinity: | ||||
|         podAntiAffinity: | ||||
|           preferredDuringSchedulingIgnoredDuringExecution: | ||||
|           - labelSelector: | ||||
|           - weight: 1 | ||||
|             podAffinityTerm: | ||||
|               labelSelector: | ||||
|                 matchExpressions: | ||||
|                 - key: app.kubernetes.io/name | ||||
|                   operator: In | ||||
| @ -68,7 +70,7 @@ spec: | ||||
|           resources: | ||||
|             requests: | ||||
|               cpu: 150m | ||||
|               memory: 300M | ||||
|               memory: 400M | ||||
|             limits: | ||||
|               cpu: 300m | ||||
|               memory: 500M | ||||
|               memory: 600M | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer