canonical / deployment-configs

10 stars 12 forks source link

Config for feedinghopeandheroes.org #337

Closed nottrobin closed 4 years ago

nottrobin commented 4 years ago

QA

snap install --channel=1.15/stable microk8s  # Install microk8s if needed
echo "127.0.0.1 feedinghopeandheroes.org" | sudo tee -a /etc/hosts  # Set up local DNS
./qa-deploy production sites/feedinghopeandheroes.org.yaml  # Deploy site
watch 'microk8s.kubectl get pod'  # Watch for updates

^ Once the "feedinghopeandheroes" pod is "Running", try visiting https://feedinghopeandheroes.org in your browser. You'll have to accept the invalid cert, but then you should see "THIS IS A HOMEPAGE"