charts
charts copied to clipboard
fix: plugin-barman-cloud port for readiness probe
Description
At the moment the port 9090 is used for the readiness probe which is the application port which only get opened / used by the leader. For an HA setup with multiple pods this fails because none leaders only open the health/metrics port 8081.
Fixes #710