aerokube / charts

Aerokube Helm Charts Repository
https://charts.aerokube.com/
Apache License 2.0
12 stars 35 forks source link

custom location #206

Closed podguzovvasily closed 1 year ago

podguzovvasily commented 1 year ago

Dear developers, Is it possible to deploy a moon in another location like moon.example.com/moon/? This is necessary because the namespace already has an application that refers to the root location. Thank you!

vania-pooh commented 1 year ago

@podguzovvasily our default Ingress object deploys everything under /. But you can use customIngress field of this chart to provide your Ingress definition via values.yaml. But that's more complicated than just changing Moon host name to another value.

podguzovvasily commented 1 year ago

Thanks @vania-pooh Resolved by creation subdomain with the same IP.