https://github.com/harness/helm-mongo
https://github.com/harness/helm-mongo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-mongo
- Owner: harness
- Created: 2022-08-10T13:29:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T13:53:07.000Z (over 3 years ago)
- Last Synced: 2025-01-03T18:12:09.021Z (about 1 year ago)
- Language: Smarty
- Size: 215 KB
- Stars: 2
- Watchers: 52
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongo
  
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)