| commit | a60f0decc365f877d7b88d099a65e0b686db78e9 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon Jul 08 10:49:48 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jul 10 09:23:39 2024 +0400 |
| tree | fc62da0f29749454569cc49710cd809724581bc6 | |
| parent | 71eecceeec941c4d1efe46c446139fa1b3eaa479 [diff] [blame] |
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/app-runner/values.yaml b/charts/app-runner/values.yaml index f0625e4..1d21e06 100644 --- a/charts/app-runner/values.yaml +++ b/charts/app-runner/values.yaml
@@ -8,5 +8,5 @@ runCfg: "" appDir: /dodo-app appPort: 8080 -manager: "" +managerAddr: "" volumes: []