This is the skeleton for build and deploy static html application inside PDND project
You can integrate your code editing index.html component. After modyfing index.html you can follow the steps below.
**Remember: ASK to the ifrastructure administration to change manually the kubernetes ingress for going live on the internet
You can read the necessary setup for test and prod here
- PDND VPN access for test or prod
- kubectl configured
- docker
Follow this steps in order to deploy the app inside the Daf environment:
- change with your app name YOUR-APP-NAME inside daf-skeleton.yml file
- sudo docker build --no-cache -t nexus.teamdigitale.test/YOUR-APP-NAME:1.0.0 .
- sudo docker push nexus.teamdigitale.test/YOUR-APP-NAME:1.0.0
- kubectl delete -f kubernetes/test/daf-skeleton.yml (not the first time!!!)
- kubectl create -f kubernetes/test/daf-skeleton.yml