| commit | 82afef1887f8ee11e84e27bdc7e435a98ef35ecf | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon May 19 17:20:06 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Mon May 19 18:01:12 2025 +0400 |
| tree | ba6225e9ced8ff792cdfc4f5f670b955fa22489b | |
| parent | b58cd0578991c7b4b56a4fd6f4b9f564d19d5d38 [diff] |
DodoApp: User service name when port forwarding Change-Id: Iaa5049917980f0095178c5ac14294b904430e714
diff --git a/core/installer/app_configs/dodo_app.cue b/core/installer/app_configs/dodo_app.cue index 50641e2..41e668d 100644 --- a/core/installer/app_configs/dodo_app.cue +++ b/core/installer/app_configs/dodo_app.cue
@@ -525,7 +525,7 @@ port: input[name] protocol: p.protocol service: { - name: "app-app" + name: "\(svc.name)-app" port: p.value } } @@ -537,7 +537,7 @@ port: input[name] protocol: p.protocol service: { - name: "app-app" + name: "\(svc.name)-app" port: p.value } }