| commit | 0eaf271490f399be8591a522ebfceee80d41003f | [log] [tgz] |
|---|---|---|
| author | gio <gio@v0.dodo.cloud> | Sun Apr 14 13:08:46 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Jun 06 13:59:18 2024 +0400 |
| tree | c1688dbde8537313a845ce8f8533e12474ed2067 | |
| parent | d9c398e445a5eff15e89929dbb111b64eaf8244b [diff] [blame] |
Dodo APP: infrastructure to deploy app by pusing to Git repo Change-Id: I4034c6893255581b014ddb207c844261cb34202b
diff --git a/charts/app-runner/values.yaml b/charts/app-runner/values.yaml new file mode 100644 index 0000000..9ec9b55 --- /dev/null +++ b/charts/app-runner/values.yaml
@@ -0,0 +1,10 @@ +image: + repository: giolekva/app-runner + tag: latest + pullPolicy: Always +repoAddr: 192.168.0.11 +sshPrivateKey: key +runCfg: "" +appDir: /dodo-app +appPort: 8080 +manager: ""