fix: Add value to helm chart to configure single binary service type - #13028
fix: Add value to helm chart to configure single binary service type#13028mkunkel wants to merge 1 commit into
Conversation
e5cfcfb to
15f34b7
Compare
15f34b7 to
6c8197e
Compare
|
I'm unsure of how to proceed here. I'm happy to resolve conflicts as needed. This is something that is blocking our implementation, so it would be good to know if this can be merged soon or if we need to fork until this is resolved. |
jkroepke
left a comment
There was a problem hiding this comment.
Hi, thanks for your PR.
please take not of my comments, change the PR title to fix(helm) and update the PR.
| ) | ||
|
|
||
| // TODO: Extract this definiton to a proto file at pkg/bloombuild/protos/protos.proto | ||
| // TODO: Extract this definition to a proto file at pkg/bloombuild/protos/protos.proto |
| ## 6.5.2 | ||
|
|
||
| - [BUGFIX] Fixed Ingress routing for all deployment modes. | ||
| - [BUGFIX] Fixed Ingress routing for all deployment modes. |
There was a problem hiding this comment.
| - [BUGFIX] Fixed Ingress routing for all deployment modes. | |
| - [BUGFIX] Fixed Ingress routing for all deployment modes. |
There was a problem hiding this comment.
I apologize for missing the notification on this, and thank you for taking it across the line. I'm curious about this particular request, though. This would have been due to my editor removing trailing whitespace on save. Why would it be desirable to keep this trailing whitespace?
| ## 6.6.1 | ||
|
|
||
| - [BUGFIX] Fix query scheduler http-metrics targetPort | ||
| - [BUGFIX] Added helm chart value `singleBinary.service.type` to allow configuration of the single binary Service type |
There was a problem hiding this comment.
please add this on the top of the list
What this PR does / why we need it:
Allows the single binary Service type to be configured via values.yaml. In the case of an Ingress that relies on NodePort Services, the Ingress will not be able to reconcile, which can cause problems for other workloads sharing the Ingress group.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
N/A
Checklist
CONTRIBUTING.mdguide (required)featPRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.mdproduction/helm/loki/Chart.yamland updateproduction/helm/loki/CHANGELOG.mdandproduction/helm/loki/README.md. Example PRdeprecated-config.yamlanddeleted-config.yamlfiles respectively in thetools/deprecated-config-checkerdirectory. Example PR