canonical / deployment-configs

10 stars 12 forks source link

Remove dashboard routes from jaas.ai #309

Closed nottrobin closed 4 years ago

nottrobin commented 4 years ago

We've decided to put the dashboard directly in the jaas.ai dockerfile instead: https://github.com/canonical-web-and-design/jaas.ai/pull/498

QA

./qa-deploy production sites/jaas.ai.yaml
watch microk8s.kubectl get all,ingress

And add jaas.ai to /etc/hosts:

echo "127.0.0.1 jaas.ai" | sudo tee -a /etc/hosts

^ once everything is Running and the ingress has ADDRESS 127.0.0.1 assigned, go to https://jaas.ai/, check it works fine.

Now clean up /etc/hosts:

sudo sed -i '/ jaas.ai/d' /etc/hosts