Single-Feature Webapp aims to get random item. Its architecture is designed to be Kubernetes-native web application.
docker compose up --build --force-recreate --renew-anon-volumes
helm install random-app ./charts/random-app -n random-app --create-namespace
To uninstall, execute the following commands:
helm uninstall random-app -n random-app
Made with 💖 by Sylvain Pierrot