Skip to content
Snippets Groups Projects
Unverified Commit 585645d0 authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Improved readme (#135)

parent 9f81a236
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.2.1
version: 0.2.2
appVersion: 4.2.11
# MongoDB
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.11](https://img.shields.io/badge/AppVersion-4.2.11-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.11](https://img.shields.io/badge/AppVersion-4.2.11-informational?style=flat-square)
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment