Validate the deployment

Once both Helm charts are deployed, the application should be reachable on the defined URL of the frontend. To test this, we can simply open a browser and navigate to the URL of the frontend: frontend_url.

If the deployment was successful, we should see the login page of the Syntho application and should be able to login with the credentials of the admin user we defined in the values.yaml file.

Last updated