@@ -172,6 +172,15 @@ UI annotations - add custom annotation to the UI service
172172 uiAnnotation2 : ' UI-Annotation2'
173173` ` `
174174
175+
176+ SideCar containers- images that will run along side the redis enterprise containers
177+ ` ` ` yaml
178+ sideContainersSpec :
179+ - name : sidecar
180+ image : dockerhub_repo/repo:tag
181+ imagePullPolicy : IfNotPresent
182+ ` ` `
183+
175184Service Broker (only for supported clusters)
176185` ` ` yaml
177186 serviceBrokerSpec :
@@ -180,12 +189,31 @@ Service Broker (only for supported clusters)
180189 storageClassName : " gp2" # adjust according to infrastructure
181190` ` `
182191
183- SideCar containers- images that will run along side the redis enterprise containers
192+ CRDB (Active Active):
193+ *Currently supported for OpenShift
194+
195+ ` ` ` yaml
196+ activeActive : # edit values according to your cluster
197+ apiIngressUrl : my-cluster1-api.myopenshiftcluster1.com
198+ dbIngressSuffix : -dbsuffix1.myopenshiftcluster1.com
199+ method : openShiftRoute
200+ ` ` `
201+
202+ With Service Broker support (add this in addition to serviceBrokerSpec section):
184203` ` ` yaml
185- sideContainersSpec :
186- - name : sidecar
187- image : dockerhub_repo/repo:tag
188- imagePullPolicy : IfNotPresent
204+ activeActive : # edit values according to your cluster
205+ apiIngressUrl : my-cluster1-api.myopenshiftcluster1.com
206+ dbIngressSuffix : -dbsuffix1.myopenshiftcluster1.com
207+ method : openShiftRoute
208+ peerClusters :
209+ - apiIngressUrl : my-cluster2-api.myopenshiftcluster2.com
210+ authSecret : cluster2_secret
211+ dbIngressSuffix : -dbsuffix2.myopenshiftcluster2.com
212+ fqdn : <cluster2_name>.<cluster2_namespace>.svc.cluster.local
213+ - apiIngressUrl : my-cluster3-api.myopenshiftcluster3.com
214+ authSecret : cluster3_secret
215+ dbIngressSuffix : -dbsuffix3.myopenshiftcluster3.com
216+ fqdn : <cluster3_name>.<cluster3_namespace>.svc.cluster.local
189217` ` `
190218
191219[requirements]: https://redislabs.com/redis-enterprise-documentation/administering/designing-production/hardware-requirements/
0 commit comments