mirror of
https://github.com/bitnami/charts.git
synced 2026-04-03 07:47:11 +08:00
[bitnami/postgresql] Allow backup pod to use DNS (#25534)
* Allow backup pod to use DNS Signed-off-by: Aaron Reisman <aaron@reisman.org> * Bump version Signed-off-by: Aaron Reisman <aaron@reisman.org> * Update Chart.yaml Signed-off-by: Andrés Bono <andresbono@vmware.com> --------- Signed-off-by: Aaron Reisman <aaron@reisman.org> Signed-off-by: Andrés Bono <andresbono@vmware.com> Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: postgresql
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
||||
version: 15.2.12
|
||||
version: 15.2.13
|
||||
|
||||
@@ -25,4 +25,8 @@ spec:
|
||||
- ports:
|
||||
- port: 5432
|
||||
protocol: TCP
|
||||
- port: 53
|
||||
protocol: TCP
|
||||
- port: 53
|
||||
protocol: UDP
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user