Add optional ingress to githubapp chart#119
Conversation
Code Review — Add optional ingress to githubapp chartThanks for this! The ingress template closely follows the standard Helm scaffold conventions and correctly reuses the chart's shared helpers ( 🟡 Suggestions1. Empty default host ( hosts:
- host: ""
paths:
- path: /
pathType: PrefixIf someone enables the ingress ( 2. Reference the service port by name rather than number port:
number: {{ $.Values.service.port }}
3. NOTES.txt isn't updated for ingress 🔵 Minor / FYI
✅ SecurityNo concerns. TLS is supported and gated; no secrets or sensitive data are templated here. Just be aware that the empty-host default (point 1) combined with 🧪 Test coverageThe PR checklist notes no automated tests were added. Since this is chart-only, a lightweight guard would help catch regressions — e.g. a Overall this is a solid, conventional addition. Addressing the empty-host default (#1) is the main thing I'd recommend before merge. |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Briefly describe the issue you have solved or implemented with this pull request. If the PR contains multiple issues, use a bullet list.
Causes (Optional)
Briefly describe the causes behind the issues. This could be helpful to understand the adopted solutions behind some nasty bugs or complex issues.
Solutions
Briefly describe the solutions you have implemented for the issues explained above.
Dependencies (Optional)
If there are some other pull requests related to this one (e.g. new releases of frameworks), specify them here.
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.