You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Helm chart contains hardcoded pathType for ingress paths, set to "ImplementationSpecific". This limits flexibility and adaptability to different deployment scenarios, particularly when deploying in environments that require a specific pathType (such as "Prefix" or "Exact").
Environment:
Kubernetes Version: v1.2.9
Chart Name: questdb
Expected Behavior:
Users should be able to specify a pathType for each ingress path directly in the values.yaml file, allowing for customized ingress behavior based on the deployment needs.
Actual Behavior:
The pathType is currently hardcoded and not configurable, which can lead to suboptimal configurations in environments with specific ingress requirements. For example when using ALB controller and hardcoded values the UI is not reachable.
Proposed Solution:
Modify the Helm template to include a configurable pathType per ingress path. This change will allow to define the desired pathType in the values.yaml file. Example:
I am willing to work on this issue and submit a pull request with the necessary changes. I look forward to feedback and any specific requirements or suggestions.
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue! We try to make this helm chart as flexible as possible, so if you have any changes that you can make to help it run in your environment, we'd happily review a PR and incorporate the changes
Description:
The current Helm chart contains hardcoded pathType for ingress paths, set to "ImplementationSpecific". This limits flexibility and adaptability to different deployment scenarios, particularly when deploying in environments that require a specific pathType (such as "Prefix" or "Exact").
Environment:
Kubernetes Version: v1.2.9
Chart Name: questdb
Expected Behavior:
Users should be able to specify a pathType for each ingress path directly in the values.yaml file, allowing for customized ingress behavior based on the deployment needs.
Actual Behavior:
The pathType is currently hardcoded and not configurable, which can lead to suboptimal configurations in environments with specific ingress requirements. For example when using ALB controller and hardcoded values the UI is not reachable.
Proposed Solution:
Modify the Helm template to include a configurable pathType per ingress path. This change will allow to define the desired pathType in the values.yaml file. Example:
Willingness to Contribute:
I am willing to work on this issue and submit a pull request with the necessary changes. I look forward to feedback and any specific requirements or suggestions.
The text was updated successfully, but these errors were encountered: