charts icon indicating copy to clipboard operation
charts copied to clipboard

fix: plugin-barman-cloud port for readiness probe

Open tuunit opened this issue 4 months ago • 0 comments

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

tuunit avatar Jan 06 '26 08:01 tuunit