Skip to content

Commit

Permalink
scale down pgbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Apr 27, 2024
1 parent e68f61f commit 161e626
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: crunchy-postgres
replicas: &replica 6
replicas: 6 # One per node
dataVolumeClaimSpec:
storageClassName: local-hostpath
accessModes: ["ReadWriteOnce"]
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
io.cilium/lb-ipam-ips: ${SVC_CPGO_ADDR}
type: LoadBalancer
port: 5432
replicas: *replica
replicas: 3
config:
global:
# Grafana requires session
Expand Down

0 comments on commit 161e626

Please sign in to comment.