mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* mongodb: update to `bitnami/mongodb:3.4.4-r0` * mongodb: bump chart version to `0.4.10` * mongodb: update to `bitnami/mongodb:3.4.4-r1`
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
## Bitnami MongoDB image version
|
|
## ref: https://hub.docker.com/r/bitnami/mongodb/tags/
|
|
##
|
|
image: bitnami/mongodb:3.4.4-r1
|
|
|
|
## Specify a imagePullPolicy
|
|
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
# imagePullPolicy:
|
|
|
|
## MongoDB admin password
|
|
## ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#setting-the-root-password-on-first-run
|
|
##
|
|
# mongodbRootPassword:
|
|
|
|
## MongoDB custom user and database
|
|
## ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#creating-a-user-and-database-on-first-run
|
|
##
|
|
# mongodbUsername:
|
|
# mongodbPassword:
|
|
# mongodbDatabase:
|
|
|
|
## Enable persistence using Persistent Volume Claims
|
|
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
|
|
##
|
|
persistence:
|
|
enabled: true
|
|
## If defined, volume.beta.kubernetes.io/storage-class: <storageClass>
|
|
## Default: volume.alpha.kubernetes.io/storage-class: default
|
|
##
|
|
# storageClass:
|
|
accessMode: ReadWriteOnce
|
|
size: 8Gi
|
|
|
|
## Configure resource requests and limits
|
|
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
|
##
|
|
resources:
|
|
requests:
|
|
memory: 256Mi
|
|
cpu: 100m
|