Skip to content

Commit

Permalink
add vpcConfig auto to fix s.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Feb 17, 2025
1 parent 563a996 commit 17edd4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Edition: 3.0.0
Type: Project
Name: start-repack-apk-cap
Version: 0.0.4
Version: 0.0.5
Provider:
- 阿里云
Description: 基于本案例,您可以快捷部署一个弹性高可用的“Serverless实现实时 APK 渠道分包”服务。该方案适用于大规模、多渠道的游戏分发场景,特别是在面临频繁且多变的下载请求时,能够通过系统实时获取并下载包含定制渠道号的游戏 APK 包,确保即使在连接不稳定的情况下也能顺利完成游戏的获取。
Expand Down
2 changes: 2 additions & 0 deletions src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ resources:
memorySize: 1024
diskSize: 512
timeout: 60
instanceConcurrency: 1
customRuntimeConfig:
command:
- /code/repack
port: 80
functionName: '{{ functionName }}'
code: ./code/target
logConfig: auto
vpcConfig: auto
nasConfig: auto
triggers:
- qualifier: LATEST
Expand Down

0 comments on commit 17edd4c

Please sign in to comment.