| commit | b87415ce8478284b94e9dbe501b3b8d6fd2c9932 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu May 08 22:32:11 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Sat May 10 11:36:41 2025 +0400 |
| tree | 8beb95686a122de5cdcf51eb72a1d93082e44bfa | |
| parent | 7d81370d1949b9ffaf0b868c9c7a5b149e3f1436 [diff] [blame] |
AppRunner: Ping manager periodically Change-Id: I58d79400acae5fdcd2c0a2bdae234c6303770cbc
diff --git a/charts/app-runner/templates/install.yaml b/charts/app-runner/templates/install.yaml index 8cdd1a9..3279d4b 100644 --- a/charts/app-runner/templates/install.yaml +++ b/charts/app-runner/templates/install.yaml
@@ -106,6 +106,7 @@ - app-runner - --port={{ .Values.apiPort }} - --app-id={{ .Values.appId }} + - --service={{ .Values.name }} - --app-dir={{ .Values.appDir }} - --repo-addr={{ .Values.repoAddr }} - --branch={{ .Values.branch }}