No introduction found. Create it?
Install with:
helm repo add bitnami oci://registry-1.docker.io/bitnamicharts/
helm install mongodb bitnami/mongodb -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|
See the most popular values for this chart:
Key | Types |
---|---|
string | |
architecture (1) standalone | string |
auth.databases[] (1) - your-spotify | string |
auth.enabled (1) true | boolean |
auth.existingSecret (1) mongodb-auth-secret | string |
auth.passwords[] (1) - ${mongodb_password} | string |
auth.rootPassword (1) ${mongodb_root_password} | string |
string | |
auth.usernames[] (1) - your-spotify | string |
boolean | |
externalAccess.service.type (1) LoadBalancer | string |
image.repository (1) bitnami/mongodb | string |
image.tag (1) 7.0.15@sha256:245fbb5504bdf6677d40b39c37aabc207b9a699faee5831181df18c340ba4948 | string |
initdbScripts."unifi.sh" (1) #!/bin/bash
mongosh <<EOF
use admin
db.auth("${MONGODB_ROOT_USER}", "${MONGODB_ROOT_PASSWORD}")
db.createUser({
user: "${MONGODB_EXTRA_USERNAMES}",
pwd: "${MONGODB_EXTRA_PASSWORDS}",
roles: [
{ db: "${MONGODB_EXTRA_DATABASES}", role: "dbOwner" },
{ db: "${MONGODB_EXTRA_DATABASES}_stat", role: "dbOwner" }
]
})
EOF
| string |
boolean | |
boolean | |
string | |
boolean | |
boolean | |
persistence.existingClaim (1) pvc-mongodb | string |
string | |
string | |
string | |
string | |
persistence.storageClass (1) longhorn-ssd | string |
string | |
string | |
service.type (1) LoadBalancer | string |
boolean |