This Helm chart is used to deploy the details-app and a PostgreSQL database into a Kubernetes cluster, specifically for a K3s environment. The application is designed to be containerized, and the deployment is configured for high availability with two replicas of the details-app and a single PostgreSQL instance with persistent storage.
Before you can deploy this Helm chart, ensure that you have the following tools installed:
- Kubernetes Cluster (K3s) Make sure you have a working K3s cluster set up. You can install K3s on your local environment using the following command:
curl -sfL https://get.k3s.io | sh -
- Helm
Helm is required to install the details-app chart. Install Helm by running:
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash