fix(k01): lower cpu requests so all infra and services fit on 1 vcpu node
This commit is contained in:
@@ -39,7 +39,7 @@ spec:
|
||||
value: "juwan-kafka-kafka-bootstrap.kafka:9092"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
@@ -127,7 +127,7 @@ spec:
|
||||
key: reply-to
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
|
||||
Reference in New Issue
Block a user