Skip to content

Commit 2d4fe93

Browse files
author
lijianguo
committed
chore(redis): use cluster
1 parent ee0ac58 commit 2d4fe93

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

addons/redis-1.1.0/plans/standard-1024/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-128/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-16384/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-2048/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-256/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-32768/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-4096/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-512/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-65536/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

addons/redis-1.1.0/plans/standard-8192/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cluster:
1717
## Use redis sentinel in the redis pod. This will disable the master and slave services and
1818
## create one redis service with ports to the sentinel and the redis instances
1919
sentinel:
20-
enabled: true
20+
enabled: false
2121
## Require password authentication on the sentinel itself
2222
## ref: https://redis.io/topics/sentinel
2323
usePassword: true

0 commit comments

Comments
 (0)