From fdcf1f9770bdfb26848cd3e237e66b6972d72b14 Mon Sep 17 00:00:00 2001 From: Yuval Levy Date: Thu, 15 Oct 2020 22:11:48 +0300 Subject: [PATCH] Update README.md Co-authored-by: Amiram Mizne --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cefc71..236e9e5 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ The operator deploys a `RedisEnterpriseCluster` with default configurations valu uiServiceType: LoadBalancer ``` -* Database service type: Service types for access to databases. should be a comma separated list. The possible values are cluster_ip, headless and load_balancer. Default value is `cluster_ip,headless`. +* Database service type (optional): Service types for access to databases. Should be a comma separated list. The possible values are cluster_ip, headless, and load_balancer. Default value is `cluster_ip,headless`. For example, to create on load_balancer type database services, explicitly add the following declaration to the Redis Enterprise Cluster spec: ```yaml servicesRiggerSpec: databaseServiceType: load_balancer