feat(apps): Added Home Assistant application

This commit is contained in:
Vegard Hagen
2022-10-23 15:39:20 +02:00
parent ca2e083aeb
commit 98d20d2d45
30 changed files with 259 additions and 222 deletions
+1 -7
View File
@@ -143,13 +143,7 @@ IP can be found with `kubectl get svc`.
# Test-application
Create a test-application (if not already created with Terraform) with
```shell
kubectl apply -f apps/whoami/00-whoami.yml
```
`whoami` should now be available at `https://whoami.${DOMAIN}`.
A test-application `whoami` should be available at `https://whoami.${DOMAIN}`.
# Cleanup