Skip to content

Commit

Permalink
Fix pgbouncer default port
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 27, 2023
1 parent f6012c0 commit ca8d9fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-crds/crds/kubedb.com_pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
default: session
type: string
port:
default: 54342
default: 5432
format: int32
type: integer
reservePoolSize:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: KubeDB Provisioner by AppsCode - Community features for KubeDB
name: kubedb-provisioner
version: v0.35.0
appVersion: v0.35.6
appVersion: v0.35.7
home: https://kubedb.com
icon: https://cdn.appscode.com/images/products/kubedb/kubedb-community-icon.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-ui-server/crds/kubedb.com_pgbouncers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
default: session
type: string
port:
default: 54342
default: 5432
format: int32
type: integer
reservePoolSize:
Expand Down
2 changes: 1 addition & 1 deletion crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57836,7 +57836,7 @@ spec:
default: session
type: string
port:
default: 54342
default: 5432
format: int32
type: integer
reservePoolSize:
Expand Down

0 comments on commit ca8d9fb

Please sign in to comment.