Skip to content

Commit

Permalink
Change default resources for envoy (hiero-ledger#10426)
Browse files Browse the repository at this point in the history
update default resources for Stackgres container

Signed-off-by: Jesse Nelson <[email protected]>
  • Loading branch information
jnels124 authored Feb 19, 2025
1 parent 113c4c8 commit 3826d92
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions charts/hedera-mirror/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ stackgres:
coordinator:
instances: 2
resources:
cpu: 7350m
cpu: 8100m
memory: 24Gi
requests:
containers:
Expand All @@ -166,10 +166,8 @@ stackgres:
cpu: 1500m
cluster-controller:
cpu: 500m
envoy:
cpu: 750m
patroni:
cpu: 7350m
cpu: 8100m
pgbouncer:
cpu: 300m
prometheus-postgres-exporter:
Expand All @@ -182,7 +180,7 @@ stackgres:
instances: 3
replicasPerInstance: 1
resources:
cpu: 9500m
cpu: 10250m
memory: 40Gi
requests:
containers:
Expand All @@ -191,10 +189,8 @@ stackgres:
cpu: 1500m
cluster-controller:
cpu: 500m
envoy:
cpu: 750m
patroni:
cpu: 9500m
cpu: 10250m
pgbouncer:
cpu: 300m
prometheus-postgres-exporter:
Expand Down

0 comments on commit 3826d92

Please sign in to comment.