DodoApp: Status page

Implements basic status page, listing all apps and their commit
statuses. Separates web and api endpoints. Unifies API addresses a bit.

Change-Id: I98f9f949a49b60e80e188f7b51ec0e967666e65b
diff --git a/charts/dodo-app/values.yaml b/charts/dodo-app/values.yaml
index 66588cf..50aae4d 100644
--- a/charts/dodo-app/values.yaml
+++ b/charts/dodo-app/values.yaml
@@ -2,6 +2,8 @@
   repository: giolekva/pcloud-installer
   tag: latest
   pullPolicy: Always
+port: 8080
+apiPort: 8081
 clusterRoleName: dodo-app-creator
 repoAddr: 192.168.0.11
 sshPrivateKey: key
@@ -10,3 +12,4 @@
 envConfig: ""
 appAdminKey: ""
 gitRepoPublicKey: ""
+persistentVolumeClaimName: ""