This message was deleted.
# epinio
a
This message was deleted.
b
for deployed items you mean the applications?
m
Yeah that is what I mean 🙂
b
absolutely, the
routes
are used for this reason 🙂
so you can just push/update the routes of the app and use whatever you want
m
I mean, what I want the ‘automatic urls’ to work as they do by default.
b
also you can use the
-z/--no-routes
flag to have an internal service (not exposed)
hm, not sure if I understood the question, maybe you are asking for a "default" app domain to use, to avoid to use the
--route
flag?
you can use
Copy code
epinio push --git <https://github.com/paales/graphcommerce-magento-graphcms,main> --git-provider github --name gcdemo --builder-image=<http://gcr.io/buildpacks/builder:v1|gcr.io/buildpacks/builder:v1> --route <http://gcdemo.services.domain.com|gcdemo.services.domain.com>
to set the specific route, but still you need to do this everytime (or maybe not, I need to check)
m
By default you configure
global.domain=<http://wildcard.domain.com|wildcard.domain.com>
in the values. This means that an application ‘myapplication’ will be available on myapplication.wildcard.domain.com But this also means that epinio.wildcard.domain.com will be used. I want the epinio UI to be on a completely different domain.
Which I can do with a custom Ingress, but I was wondering if this is also possible with providing a form of configuration to the helm chart.
b
ok, so if I understood correctly you should install Epinio with the
<http://management.domain.com|management.domain.com>
domain, and then provide the app the route that you want, with
--route <http://myapplication.wildcard.domain.com|myapplication.wildcard.domain.com>
. Or it doesn't work for you?
if it doesn't work you need to use a different AppChart, and customize your deployments (https://docs.epinio.io/howtos/create_custom_appcharts)
m
Alright, thanks a lot, I’ll try and figure something out 🙂
👍 1
I think I’ll go with your suggestion by providing the --route param 🙂
Still learning 🙂
b
let me know! I'll be around until next week, and then a bit of holidays 🌴
🙌 1
m
Nice!
b
sure, and we're here to learn from you as well 😄
m
I’ve hooked it up to knative by the way, was pretty proud with my self 😛
b
that would be pretty cool to see, If you have any blog post to share
b
i would love to learning more what do you mean on hooking knative to epinio
also if you manage to make a different URL for epinio domain... that is an interesting idea
f
Hi would be interested to know how epinio was hooked up with knative