You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bitnami/redis/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,7 @@ The command removes all the Kubernetes components associated with the chart and
221
221
|`master.service.internalTrafficPolicy`| Redis® master service internal traffic policy (requires Kubernetes v1.22 or greater to be usable) |`Cluster`|
222
222
|`master.service.clusterIP`| Redis® master service Cluster IP |`""`|
223
223
|`master.service.loadBalancerIP`| Redis® master service Load Balancer IP |`""`|
224
+
|`master.service.loadBalancerClass`| master service Load Balancer class if service type is `LoadBalancer` (optional, cloud specific) |`""`|
224
225
|`master.service.loadBalancerSourceRanges`| Redis® master service Load Balancer sources |`[]`|
225
226
|`master.service.externalIPs`| Redis® master service External IPs |`[]`|
226
227
|`master.service.annotations`| Additional custom annotations for Redis® master service |`{}`|
@@ -334,6 +335,7 @@ The command removes all the Kubernetes components associated with the chart and
334
335
|`replica.service.extraPorts`| Extra ports to expose (normally used with the `sidecar` value) |`[]`|
335
336
|`replica.service.clusterIP`| Redis® replicas service Cluster IP |`""`|
336
337
|`replica.service.loadBalancerIP`| Redis® replicas service Load Balancer IP |`""`|
338
+
|`replica.service.loadBalancerClass`| replicas service Load Balancer class if service type is `LoadBalancer` (optional, cloud specific) |`""`|
337
339
|`replica.service.loadBalancerSourceRanges`| Redis® replicas service Load Balancer sources |`[]`|
338
340
|`replica.service.annotations`| Additional custom annotations for Redis® replicas service |`{}`|
339
341
|`replica.service.sessionAffinity`| Session Affinity for Kubernetes service, can be "None" or "ClientIP" |`None`|
@@ -436,6 +438,7 @@ The command removes all the Kubernetes components associated with the chart and
436
438
|`sentinel.service.extraPorts`| Extra ports to expose (normally used with the `sidecar` value) |`[]`|
437
439
|`sentinel.service.clusterIP`| Redis® Sentinel service Cluster IP |`""`|
438
440
|`sentinel.service.loadBalancerIP`| Redis® Sentinel service Load Balancer IP |`""`|
441
+
|`sentinel.service.loadBalancerClass`| sentinel service Load Balancer class if service type is `LoadBalancer` (optional, cloud specific) |`""`|
439
442
|`sentinel.service.loadBalancerSourceRanges`| Redis® Sentinel service Load Balancer sources |`[]`|
440
443
|`sentinel.service.annotations`| Additional custom annotations for Redis® Sentinel service |`{}`|
441
444
|`sentinel.service.sessionAffinity`| Session Affinity for Kubernetes service, can be "None" or "ClientIP" |`None`|
@@ -531,6 +534,7 @@ The command removes all the Kubernetes components associated with the chart and
531
534
|`metrics.service.externalTrafficPolicy`| Redis® exporter service external traffic policy |`Cluster`|
532
535
|`metrics.service.extraPorts`| Extra ports to expose (normally used with the `sidecar` value) |`[]`|
533
536
|`metrics.service.loadBalancerIP`| Redis® exporter service Load Balancer IP |`""`|
537
+
|`metrics.service.loadBalancerClass`| exporter service Load Balancer class if service type is `LoadBalancer` (optional, cloud specific) |`""`|
534
538
|`metrics.service.loadBalancerSourceRanges`| Redis® exporter service Load Balancer sources |`[]`|
535
539
|`metrics.service.annotations`| Additional custom annotations for Redis® exporter service |`{}`|
536
540
|`metrics.service.clusterIP`| Redis® exporter service Cluster IP |`""`|
0 commit comments