11.5. Generic Chart usage
You have now seen how to set up and use the Generic Chart. Now it’s your turn!
Task 11.5.1: Setup
Repeat the steps from 11.3. Generic Chart setup in order to create a new Chart.
Note
Note the alias:
line inside Chart.yaml
. You can change this value to whatever you’d like, but you need to use the same name as first line inside your values.yaml
!
This is also how you can use the Generic Chart multiple times if you have more than one app/component.
Task 11.5.2: example-web-app
Implement the example-web-app application from lab 5. Scaling using the Generic Chart.
Note
Have a look at the Chart’s documentation in its git repository or in the Baloise documentation site for all the available values.Task 11.5.3: Your own applications
Do you have applications of your own? Deploy them using the Generic Chart!