Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcpListenOptions configuration is incorrectly controlled by memoryHighWatermark.enabled setting #31221

Open
Kulivox opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
rabbitmq tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@Kulivox
Copy link

Kulivox commented Jan 6, 2025

Name and Version

bitnami/rabbitmq 15.2.1

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Get rabbitmq 15.2.1 chart / set it as a chart dependency on a wrapper chart
  2. Try to set any of the tcpListenOptions. For example, set tcpListenOptions.keepalive to true.
  3. No TCP options will be set
  4. Set memoryHighWatermark.enabled to True
  5. TCP options will appear in the conf. secret

Are you using any custom parameters or values?

rabbitmq:
    enabled: true
    memoryHighWatermark:
      enabled: true
    tcpListenOptions:
      keepalive: true

What is the expected behavior?

TCP options should not be controlled by memoryHighWatermark setting

What do you see instead?

No TCP settings in the config, if the memoryHighWatermark is not enabled

Additional information

I can create a PR, the fix should be trivial (move {{end}} of an if)

@Kulivox Kulivox added the tech-issues The user has a technical issue about an application label Jan 6, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 6, 2025
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rabbitmq tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants