File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -540,17 +540,16 @@ redis:
540540 # We just need replica count here to ensure it is HA
541541 cluster :
542542 slaveCount : 3
543- # ## Sentinel settings. Sentinel is enabled for better resiliency.
544- # ## This is highly recommended as per tooz library documentation.
545- # ## Hence, the chart requires the setting.
546- # ## https://docs.openstack.org/tooz/latest/user/drivers.html#redis
547- # ## https://github.com/bitnami/charts/tree/master/bitnami/redis#master-slave-with-sentinel
543+ # Sentinel settings. Sentinel is enabled for better resiliency.
544+ # This is highly recommended as per tooz library documentation.
545+ # Hence, the chart requires the setting.
546+ # https://docs.openstack.org/tooz/latest/user/drivers.html#redis
547+ # https://github.com/bitnami/charts/tree/master/bitnami/redis#master-slave-with-sentinel
548548 sentinel :
549549 enabled : true
550- # # Enable or disable static sentinel IDs for each replicas
551- # # If disabled each sentinel will generate a random id at startup
552- # # If enabled, each replicas will have a constant ID on each start-up
553- # #
550+ # Enable or disable static sentinel IDs for each replicas
551+ # If disabled each sentinel will generate a random id at startup
552+ # If enabled, each replicas will have a constant ID on each start-up
554553 staticID : true
555554 networkPolicy :
556555 enabled : false
You can’t perform that action at this time.
0 commit comments