An open API service indexing awesome lists of open source software.

https://github.com/harness/helm-mongo


https://github.com/harness/helm-mongo

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# mongo

![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: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

A Helm chart for Kubernetes

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.x.x |
| https://harness.github.io/helm-common | harness-common | 1.x.x |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| annotations | string | `""` | |
| global.mongoSSL | bool | `false` | |
| global.storageClassName | string | `""` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/mongo"` | |
| image.tag | string | `"4.2.19"` | |
| initContainers.bootstrap.image.digest | string | `""` | |
| initContainers.bootstrap.image.registry | string | `"docker.io"` | |
| initContainers.bootstrap.image.repository | string | `"harness/mongo"` | |
| initContainers.bootstrap.image.tag | string | `"4.2.19"` | |
| initContainers.copyConfig.image.digest | string | `""` | |
| initContainers.copyConfig.image.registry | string | `"docker.io"` | |
| initContainers.copyConfig.image.repository | string | `"busybox"` | |
| initContainers.copyConfig.image.tag | string | `"1.35.0"` | |
| initContainers.install.image.digest | string | `""` | |
| initContainers.install.image.registry | string | `"docker.io"` | |
| initContainers.install.image.repository | string | `"harness/mongodb-install"` | |
| initContainers.install.image.tag | float | `0.8` | |
| labels | string | `""` | |
| mongoLabels | string | `nil` | |
| mongoSecrets.adminPassword.key | string | `"mongodbPassword"` | |
| mongoSecrets.adminPassword.name | string | `"harness-secrets"` | |
| mongoSecrets.adminUser.key | string | `"mongodbUsername"` | |
| mongoSecrets.adminUser.name | string | `"harness-secrets"` | |
| mongoStorageCapacity | string | `"200Gi"` | |
| nodeSelector | object | `{}` | |
| replicas | int | `1` | |
| resources.limits.cpu | int | `2` | |
| resources.limits.memory | string | `"4096Mi"` | |
| resources.requests.cpu | int | `2` | |
| resources.requests.memory | string | `"4096Mi"` | |
| secrets.ca_pem | string | `""` | |
| secrets.client_pem | string | `""` | |
| secrets.mongodb_pem | string | `""` | |
| tolerations | list | `[]` | |
| wiredTigerCacheSizeGB | int | `1` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)