@@ -120,6 +120,7 @@ The chart can be customized using the following configurable parameters:
120
120
| ` replsets.rs0.splitHorizons ` | External URI for Split-horizon for replica set Pods of the exposed cluster | ` {} ` |
121
121
| ` replsets.rs0.expose.enabled ` | Allow access to replicaSet from outside of Kubernetes | ` false ` |
122
122
| ` replsets.rs0.expose.type ` | Network service access point type | ` ClusterIP ` |
123
+ | ` replsets.rs0.expose.loadBalancerClass ` | Class of the load balancer implementation the Service belongs to | ` "" ` |
123
124
| ` replsets.rs0.expose.loadBalancerIP ` | Set client IP to Load Balancer | ` "" ` |
124
125
| ` replsets.rs0.expose.loadBalancerSourceRanges ` | Limit client IP's access to Load Balancer | ` {} ` |
125
126
| ` replsets.rs0.expose.annotations ` | ReplicaSet service annotations | ` {} ` |
@@ -212,6 +213,7 @@ The chart can be customized using the following configurable parameters:
212
213
| ` sharding.configrs.podDisruptionBudget.maxUnavailable ` | Config ReplicaSet failed Pods maximum quantity | ` 1 ` |
213
214
| ` sharding.configrs.expose.enabled ` | Allow access to cfg replica from outside of Kubernetes | ` false ` |
214
215
| ` sharding.configrs.expose.type ` | Network service access point type | ` ClusterIP ` |
216
+ | ` sharding.configrs.expose.loadBalancerClass ` | Class of the load balancer implementation the Service belongs to | ` "" ` |
215
217
| ` sharding.configrs.expose.loadBalancerIP ` | Set client IP to Load Balancer | ` "" ` |
216
218
| ` sharding.configrs.expose.loadBalancerSourceRanges ` | Limit client IP's access to Load Balancer | ` {} ` |
217
219
| ` sharding.configrs.expose.annotations ` | Config ReplicaSet service annotations | ` {} ` |
@@ -259,6 +261,7 @@ The chart can be customized using the following configurable parameters:
259
261
| ` sharding.mongos.resources.requests.cpu ` | Mongos Pods resource requests CPU | ` 300m ` |
260
262
| ` sharding.mongos.resources.requests.memory ` | Mongos Pods resource requests memory | ` 0.5G ` |
261
263
| ` sharding.mongos.expose.type ` | Mongos service type | ` ClusterIP ` |
264
+ | ` sharding.mongos.expose.loadBalancerClass ` | Class of the load balancer implementation the Service belongs to | ` "" ` |
262
265
| ` sharding.mongos.expose.loadBalancerIP ` | Set client IP to Load Balancer | ` "" ` |
263
266
| ` sharding.mongos.expose.servicePerPod ` | Create a separate ClusterIP Service for each mongos instance | ` false ` |
264
267
| ` sharding.mongos.expose.loadBalancerSourceRanges ` | Limit client IP's access to Load Balancer | ` {} ` |
0 commit comments