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
For #4453, using a Cost Explorer API approach consider in #4648, create the Helm deployment part of the Python webserver needed as a backend for Grafana.
Definition of done
A Helm chart defined under helm-charts/ is created and can be an opt-in dependency for the support chart config
The Helm chart contains a Deployment, Service, and a ServiceAccount template (maybe something more?)
The ServiceAccount needs to have configurable annotations, and be declared to be used by the Deployment
A Dockerfile is created having Python and a requirements file installed
Chartpress can build the Dockerfile into an image and update values.yaml etc
The helm chart is tested to deploy with a pod runnig a dummy Python application just printing Hello and sleeping or similar.
The text was updated successfully, but these errors were encountered:
consideRatio
changed the title
Cost Explorer API: Create a sub-chart for dummy Python webserver in the support chart
Cost Explorer API: Create a Helm chart for dummy Python webserver for use as a Support chart dependency
Aug 23, 2024
consideRatio
changed the title
Cost Explorer API: Create a Helm chart for dummy Python webserver for use as a Support chart dependency
Cost Explorer API: Create a Helm chart for dummy Python webserver for use as a Support chart local dependency
Aug 23, 2024
consideRatio
changed the title
Cost Explorer API: Create a Helm chart for dummy Python webserver for use as a Support chart local dependency
Cost Explorer API: Create a Helm chart for a dummy Python webserver for use as a local support chart dependency
Aug 23, 2024
consideRatio
changed the title
Cost Explorer API: Create a Helm chart for a dummy Python webserver for use as a local support chart dependency
Cost Explorer API (1/n): Create a Helm chart for a dummy Python webserver for use as a local support chart dependency
Aug 23, 2024
For #4453, using a Cost Explorer API approach consider in #4648, create the Helm deployment part of the Python webserver needed as a backend for Grafana.
Definition of done
helm-charts/
is created and can be an opt-in dependency for the support chart configThe text was updated successfully, but these errors were encountered: