Use this when needing to deploy a brand new instance. It will create the NAMESPACE and run CloudFlare related commands (if needed).
make deploy NAMESPACE=yourproject ADMIN_EMAIL=admin@domain.tld
Use this to update all instances to a newly tagged image.
make update
Use this to install Chevereto from the command line.
make install NAMESPACE=yourproject ADMIN_USER=admin ADMIN_EMAIL=admin@domain.tld ADMIN_PASSWORD=mypassword
Use this when needing to destroy an instance.
This will run cloudflare--delete, down--volumes and remove the NAMESPACE.
make destroy NAMESPACE=yourproject
Run this command to create the ingress proxy, which will create the network and containers.
make proxy
Run this command to view the ingress proxy configuration.
make proxy--view
Run this command if you need to destroy the ingress proxy, which will remove the network and containers.
make proxy--remove