enlarge MKP cluster constraint (#2339)
* fix for MKP * follow best practice * enlarge cluster constraint from MKP
This commit is contained in:
parent
b2469d8225
commit
2c73968976
|
|
@ -85,8 +85,8 @@ x-google-marketplace:
|
|||
resources:
|
||||
- replicas: 3
|
||||
requests:
|
||||
cpu: 2
|
||||
memory: 4Gi
|
||||
cpu: 4
|
||||
memory: 8Gi
|
||||
affinity:
|
||||
simpleNodeAffinity:
|
||||
type: REQUIRE_ONE_NODE_PER_REPLICA
|
||||
|
|
|
|||
Loading…
Reference in New Issue