Version: v1.3
阿里云 REDIS
#
描述用于部署阿里云 Redis 的组件说明
#
示例#
参数说明#
属性名称 | 描述 | 类型 | 是否必须 | 默认值 |
---|---|---|---|---|
account_name | Redis instance user account name | string | false | |
instance_name | Redis instance name | string | false | |
password | RDS instance account password | string | false | |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | writeConnectionSecretToRef | false |
#
writeConnectionSecretToRef名称 | 描述 | 类型 | 是否必须 | 默认值 |
---|---|---|---|---|
name | The secret name which the cloud resource connection will be written to | string | true | |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
#
输出如果设置了 writeConnectionSecretToRef
,一个 Kubernetes Secret 将会被创建,并且,它的数据里有这些键(key):
名称 | 描述 |
---|---|
REDIS_CONNECT_ADDRESS | Redis connect address |
REDIS_NAME | Redis instance name |
REDIS_PASSWORD | Redis password |
REDIS_USER | Redis user |
RESOURCE_IDENTIFIER | The identifier of the resource |