GAP Documentation
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Rename application

  1. Make sure that you have created new CNAMEs for your application (See more in the guide)

  2. Create your config with the new name for your application. (See more in configs)

  3. Change the name in your gap.yaml file and run a new build with it.

  4. Your application’s manifests with the previous name still exist so you need to remove them manually, by running the following commands

kubectl delete all -l applicationName=<your-application-name> -n <your-namespace> kubectl delete ingress <your-application-name> -n <your-namespace> kubectl delete secret -n <your-namespace> <your-application-name> <your-application-name>-backup <your-application-name>-<your-web-deployment-name>-tls