Skip to content

Commit

Permalink
update: update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxie-crypto committed Dec 21, 2023
1 parent 0c0b296 commit 5c53581
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Application
Name: fc-llm-api
Provider:
- 阿里云
Version: 0.0.3
Version: dev
Description: 部署大语言模型和向量数据库的相关应用到函数计算,向量计算与存储由RDS PostgreSQL提供支持
HomePage: 项目首页地址
Tags: #标签详情
Expand Down Expand Up @@ -49,6 +49,11 @@ Parameters:
default: fc-llm
pattern: "^[a-zA-Z_][a-zA-Z0-9-_:/.]{0,127}$"
description: 您可以根据需要设置不同的服务名,同一个服务会共享部分第三方云产品资源
vpcId:
title: VPC Id
type: string
default: ""
description: NAS 挂载点所在 VPC ID, 例如 vpc-bp1lynmabizqdgt4308dt
roleArn:
title: RAM 角色 ARN
type: string
Expand Down
6 changes: 5 additions & 1 deletion src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ vars:
{{ if roleArn !== '' && roleArn !== undefined }}role: "{{roleArn}}"{{/if}}
nasConfig: auto
# logConfig: auto
vpcConfig: auto
# vpcConfig: auto
vpcConfig:
vpcId: '{{ vpcId }}'
vSwitchIds: auto
securityGroupId: auto
internetAccess: true
services:
llm-server: #容器服务
Expand Down

0 comments on commit 5c53581

Please sign in to comment.