Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading