@@ -112,7 +112,7 @@ auth:
112112 enabled : true
113113 # # @param auth.sentinel Enable password authentication on sentinels too
114114 # #
115- sentinel : false
115+ sentinel : true
116116 # # @param auth.password Redis™ password
117117 # # Defaults to a random 10-character alphanumeric string if not set
118118 # #
@@ -875,7 +875,7 @@ sentinel:
875875 # # IMPORTANT: this will disable the master and replicas services and
876876 # # create a single Redis™ service exposing both the Redis and Sentinel ports
877877 # #
878- enabled : false
878+ enabled : true
879879 # # Bitnami Redis™ Sentinel image version
880880 # # ref: https://hub.docker.com/r/bitnami/redis-sentinel/tags/
881881 # # @param sentinel.image.registry Redis™ Sentinel image registry
@@ -887,9 +887,9 @@ sentinel:
887887 # #
888888 # # todo: support both of amd64 and arm64
889889 image :
890- registry : docker.io
891- repository : bitnami /redis-sentinel
892- tag : 6.2.6-debian-10-r176
890+ registry : registry.drycc.cc
891+ repository : drycc-addons /redis-sentinel
892+ tag : 6.2
893893 # # Specify a imagePullPolicy
894894 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
895895 # # ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -1026,7 +1026,7 @@ sentinel:
10261026 persistence :
10271027 # # @param sentinel.persistence.enabled Enable persistence on Redis™ sentinel nodes using Persistent Volume Claims (Experimental)
10281028 # #
1029- enabled : false
1029+ enabled : true
10301030 # # @param sentinel.persistence.storageClass Persistent Volume storage class
10311031 # # If defined, storageClassName: <storageClass>
10321032 # # If set to "-", storageClassName: "", which disables dynamic provisioning
@@ -1039,7 +1039,7 @@ sentinel:
10391039 - ReadWriteOnce
10401040 # # @param sentinel.persistence.size Persistent Volume size
10411041 # #
1042- size : 100Mi
1042+ size : 8Gi
10431043 # # @param sentinel.persistence.annotations Additional custom annotations for the PVC
10441044 # #
10451045 annotations : {}
@@ -1083,7 +1083,7 @@ sentinel:
10831083 service :
10841084 # # @param sentinel.service.type Redis™ Sentinel service type
10851085 # #
1086- type : ClusterIP
1086+ type : LoadBalancer
10871087 # # @param sentinel.service.ports.redis Redis™ service port for Redis™
10881088 # # @param sentinel.service.ports.sentinel Redis™ service port for Redis™ Sentinel
10891089 # #
0 commit comments