提交 68dd3dfa 作者: 429287088

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

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