Skip to content

Commit

Permalink
Merge pull request #177 from one-acre-fund/feature/pgbouncer
Browse files Browse the repository at this point in the history
Update service port
  • Loading branch information
samaroon authored Oct 24, 2023
2 parents 38ebdbe + 5489688 commit 04ea4b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pgbouncer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: pgbouncer
description: A Helm chart for deploying bitnami/pgbouncer with TLS encryption
version: 0.1.3
version: 0.1.4
appVersion: 1.19.1
type: application
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/pgbouncer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PgBouncer

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square)

A Helm chart for deploying bitnami/pgbouncer with TLS encryption

Expand Down
2 changes: 1 addition & 1 deletion charts/pgbouncer/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.pgbouncer.port }}
targetPort: {{ .Values.service.port }}
protocol: TCP
name: pgbouncer
selector:
Expand Down

0 comments on commit 04ea4b5

Please sign in to comment.