Post install steps
Once the entire Infrastructure is setup
We need to update the application with the "document db hostname", "username", "password" and the "ssl certificate arn".
Go to the following folder "Saral-Automation/Saral-EKS/helm/saral-backend-chart/"
Fill the value.yml file with the following details
Once you have updated the values in the value.yml
file, use the following command to deploy the chart
Open the helm folder in a terminal window and run the following
Below command will deploy the application to your Kubernetes cluster using the values you have specified in the values.yml file
Verify the deployment by checking the status of the pods.
You should see the pods associated with your deployment running successfully
To uninstall the saral-backend
deployment using Helm, execute the following command
Last updated