[bitnami/etcd] add loadBalancerSourceRanges (#3637)

This commit is contained in:
rico-bincentive
2020-09-11 16:57:13 +08:00
committed by GitHub
parent 4941fb52c1
commit 975fe174c4
5 changed files with 7 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ The following tables lists the configurable parameters of the etcd chart and the
| `service.nodePorts.peerPort` | Kubernetes etcd peer node port | `""` |
| `service.annotations` | Annotations for etcd service | `{}` |
| `service.loadBalancerIP` | loadBalancerIP if etcd service type is `LoadBalancer` | `nil` |
| `service.loadBalancerSourceRanges` | loadBalancerSourceRanges if etcd service type is `LoadBalancer` | `nil` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for etcd volume | `nil` |
| `persistence.accessMode` | PVC Access Mode for etcd volume | `ReadWriteOnce` |