mirror of
https://github.com/helm/charts.git
synced 2026-08-20 12:57:55 +00:00
* stable/postgresql: Fix NetworkPolicy in replicated mode With replication enabled and a network policy that prevents external communication, i.e. ```yaml replication: enabled: true networkPolicy: enabled: true allowExternal: false ``` the slave pods are not allowed to connect to the master, which causes them to enter into a crash loop. This commit expands the ingress policy to allow communication from the slaves to the master on port 5432. Signed-off-by: Benoît Knecht <benoit.knecht@fsfe.org> * stable/postgresql: Bump chart version number to 4.2.2 Signed-off-by: Benoît Knecht <benoit.knecht@fsfe.org>