A Helm chart for MongoDB using the arm64v8/mongo image
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "mongo" |
|
| image.tag | int | 7 |
|
| mongodb.database | string | "mydatabase" |
|
| mongodb.password | string | "password" |
|
| mongodb.username | string | "admin" |
|
| nodeSelector | object | {} |
|
| persistence.accessMode | string | "ReadWriteOnce" |
|
| persistence.enabled | bool | true |
|
| persistence.size | string | "8Gi" |
|
| persistence.storageClassName | string | "" |
|
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| service.port | int | 27017 |
|
| service.type | string | "ClusterIP" |
|
| tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.14.2