Chart.yaml
values.yaml
primary.persistence.size
) isn’t a bad idea considering that disks are cheap in any
cloud. It is also slightly trickier to increase volume sizes at later point in time due to some Kubernetes
limitations. So we recommend you pick a good number here from the start.values.yaml
file.
For example, if using a ConfigMap to store environment variables for your application, you might update it like
this,
your-app-postgresql-0
.
Congratulations! You have successfully added PostgreSQL to your existing Helm chart. This integration allows your
application to use PostgreSQL as its database, managed efficiently with Helm. You can further customize the PostgreSQL
configuration by modifying the values.yaml file as needed.