Skip to content

Commit

Permalink
remove cluster creation from helm
Browse files Browse the repository at this point in the history
  • Loading branch information
IDerr authored and DoubleJ213 committed May 20, 2022
1 parent acd1401 commit 027f8dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
22 changes: 0 additions & 22 deletions charts/td-redis-operator/templates/redis-cluster.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions charts/td-redis-operator/templates/redis-standby.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions charts/td-redis-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,3 @@ registry: tongduncloud
image:
name: td-redis-operator:20211224-4924aaee645
pullPolicy: IfNotPresent

cluster:
enabled: false
name: jerry
# production、demo、staging
env: demo
secret: 88c185e86f684251
# appName: jerry
image: redis-cluster:0.2
monitorimage: redis-exporter:1.0
proxyimage: predixy:1.0

standby:
enabled: false
name: tom
# production、demo、staging
env: demo
secret: 88c185e86f684251
# appName: cluster-tom
image: redis-standby:1.0
monitorimage: redis-exporter:1.0
sentinelimage: sentinel-standby:latest

0 comments on commit 027f8dc

Please sign in to comment.