提交 68dd3dfa 作者: 429287088

镜像加速仓库及debug统一修改模板

上级 ab193322
......@@ -34,7 +34,7 @@ catalog:
label: "数据库密码"
required: true
default: ""
type: "string"
type: "password"
- variable: redis_host
description: "redis数据库连接地址"
label: "redis数据库连接地址"
......@@ -46,7 +46,7 @@ catalog:
label: "redis数据库密码"
required: true
default: ""
type: "string"
type: "password"
- variable: mq_host
description: "消息队列服务器地址,应用内可直接使用服务名"
label: "消息队列服务器地址"
......@@ -70,7 +70,7 @@ catalog:
label: "消息队列密码"
required: true
default: ""
type: "string"
type: "password"
- variable: system_api_key
description: "接口密钥"
label: "接口密钥"
......@@ -83,6 +83,12 @@ catalog:
required: true
default: "50"
type: "string"
- variable: docker_registry_url
description: "仓库加速地址,默认留空"
label: "加速地址"
required: false
default: ""
type: "string"
- variable: volume_driver
description: "应用数据存储卷驱动程序,根据实际情况选择"
label: "存储卷驱动"
......@@ -94,6 +100,16 @@ catalog:
- rancher-efs
- rancher-ebs
- local
- variable: debug_mode
description: "debug模式,生产环境慎用!"
label: "debug模式"
required: true
default: "false"
type: enum
options:
- true
- false
- readonly
services:
shop:
scale: 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论