Toutes les commandes s’exécutent depuis la racine du projet
Cette chart helm à pour fonction d’installer l’application angular et ses dépendances: Elle deploie:
helm repo add angular-application https://tomibarreche.github.io/angular-chart/
helm install <chart-name> angular-application/angular-chart -n=devops
L’api peut être contacté via:
localhost:80
helm uninstall <chart-name> -n=devops