skooner-k8s / skooner

Simple Kubernetes real-time dashboard and management.
http://skooner.io/
Apache License 2.0
1.33k stars 181 forks source link

Can Skooner base path be changed from / ? #410

Closed javadevmtl closed 1 year ago

javadevmtl commented 1 year ago

So according to the docs we need to setup an ingress with a domain as skooner.foo.bar and map the base path to /

Since I cannot create another domain in my env can I instead config the ingress to my-exisiting-domain.foo.bar and set the path as /skooner ?

tianni4104 commented 1 year ago

Hi @javadevmtl, I think it should be doable. That's what we did here. You can use some sub domain like skooner.my-exisiting-domain.foo.bar. I will close this issue for now and let me know if you have any further questions.

javadevmtl commented 1 year ago

Thats what I mean, I can't create a subdomain. Anywho thanks.