This message was deleted.
# epinio
a
This message was deleted.
g
do you mean the
global.domain
variable given during the installation?
b
yes exactly
g
sure you can do it, let me prepare the command for you 🙂
b
amazing 😄
g
Funny, because I used it this morning because I did a typo in my domain 🙂
Copy code
helm upgrade -n epinio epinio/epinio --set global.domain=<YOUR_NEW_DOMAIN>
just make sure to adapt the command with the right namespace.
b
worked perfefctly thanks!
g
You’re welcome! Enjoy Epinio! epinio
c
keep in mind, this will not change the existing routes for any applications you already have deployed
new ones will work with the new domain afair
b
yes, figured that out, had to actually reinstall epinio
the dashboard did the switch flawlessly
c
you could change the routes manually though with
epinio app update
this allows you to specify a route for the app manually to whatever value you want
b
seems like the ssl checks was failing after that, checking on the old domain