mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 20:07:57 +00:00
increase CPU limit for Kafka
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
This commit is contained in:
@@ -4,7 +4,6 @@ owgw:
|
|||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
service.beta.kubernetes.io/aws-load-balancer-type: "nlb-ip"
|
service.beta.kubernetes.io/aws-load-balancer-type: "nlb-ip"
|
||||||
service.beta.kubernetes.io/aws-load-balancer-type: "none"
|
|
||||||
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
|
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
|
||||||
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: "16102"
|
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: "16102"
|
||||||
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: ssl
|
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: ssl
|
||||||
|
|||||||
@@ -468,7 +468,7 @@ kafka:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 200m
|
cpu: 500m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
initialDelaySeconds: 45
|
initialDelaySeconds: 45
|
||||||
|
|||||||
Reference in New Issue
Block a user