We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently the opencost chart does not support configuration an Ingress for the API service but only the UI: https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/templates/ingress.yaml
This is useful to users who wish to give external access to the API and it's data.
The fix would entail adding an "apiIngress" to the existing ingress.yaml file with values opencost -> exporter -> apiIngress matching what we have under opencost -> ui -> ingress: https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/values.yaml#L447
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the opencost chart does not support configuration an Ingress for the API service but only the UI:
https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/templates/ingress.yaml
This is useful to users who wish to give external access to the API and it's data.
The fix would entail adding an "apiIngress" to the existing ingress.yaml file with values opencost -> exporter -> apiIngress matching what we have under opencost -> ui -> ingress:
https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/values.yaml#L447
The text was updated successfully, but these errors were encountered: