charts
charts copied to clipboard
[chart/redis-ha][BUG]
Describe the bug haproxy probes are on port 8888, but the port is not exposed in the container deployment
To Reproduce Steps to reproduce the behavior:
- Render the default chart
- Note that port 8888 is not listed in
ports:but is the target port for liveness and readiness probes
Expected behavior All ports should be listed - probes could be by name
Additional context Causes linter errors, for example with kube-linter, as this configuration is usually an error. Certainly seems like a future footgun, but seems to work.
P.S. Thanks for the chart!