diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 55ac914a919ddee9d757483b522a230cee6c610b..68e9f932d556aed3515073c97b2085524e884199 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.1 +version: 0.2.2 appVersion: 4.2.11 diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index c3927f9086338f0b45ee58b79365421da2d0dcc1..0e833f66340d29cc406648cd5554a897fbb84ae7 100644 --- a/charts/mongodb/README.md +++ b/charts/mongodb/README.md @@ -1,6 +1,6 @@ # MongoDB -   +   A Helm chart for MongoDB on Kubernetes @@ -62,7 +62,7 @@ $ helm uninstall my-release | podSecurityContext | object | `see values.yaml` | Pod security context | | securityContext | object | `see values.yaml` | Container security context | | env | list | `[]` | Additional container environmment variables | -| args | object | `[]` | Additional container command arguments | +| args | list | `[]` | Additional container command arguments | | serviceAccount.annotations | object | `{}` | Additional service account annotations | | serviceAccount.create | bool | `false` | Enable service account creation | | serviceAccount.name | string | `""` | Name of the service account | @@ -76,7 +76,10 @@ $ helm uninstall my-release | Key | Type | Default | Description | |-----|------|---------|-------------| +| service.type | string | `"ClusterIP"` | Service type | | service.port | int | `27017` | MongoDB service port | +| service.nodePort | int | `nil` | Service node port (only relevant for type NodePort) | +| service.clusterIP | string | `nil` | Service cluster IP (only relevant for type LoadBalancer) | ## Storage parameters