DependencyTrack / helm-charts

Helm Charts for Dependency-Track
https://dependencytrack.org
Apache License 2.0
13 stars 15 forks source link

Improve Ingress + TLS configurability #16

Closed JuryA closed 3 months ago

JuryA commented 3 months ago

Enhancements to Ingress Configuration in the Dependency-Track Helm Chart

🛠 Changes

🧪 How to Test

  1. Ingress Configuration:
    • Deploy the updated Helm chart into a Kubernetes environment with your specific Ingress settings.
    • Verify that the Ingress behaves as expected, handling traffic according to the new configurations.
    • Confirm that TLS termination is working correctly, if configured.
  2. Documentation Review:
    • Review the updated documentation to ensure all new configurations are clearly described and easy to understand.
    • Ensure the examples provided match real-world usage scenarios for better user comprehension.

📝 Notes

Close #17

JuryA commented 3 months ago

At the same time, you are trying to solve a real issue as pointed out in the issue, but I would prefer a new PR that don't use the bitnami dependency.

I have created a new PR, #20, and have incorporated all the points we discussed therein.

Important changes:

May I ask to close this PR as a duplicate?