Skip to content

Commit

Permalink
Add database choice to chart README (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored and absoludity committed Jan 9, 2020
1 parent 4b4b14b commit d46a6d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chart/kubeapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ $ helm install --name kubeapps --namespace kubeapps -f custom-values.yaml bitnam

By default, Kubeapps will track the [community Helm charts](https://github.com/helm/charts) and the [Kubernetes Service Catalog charts](https://github.com/kubernetes-incubator/service-catalog). To change these defaults, override with your desired parameters the `apprepository.initialRepos` object present in the [values.yaml](values.yaml) file.

### Configuring the database to use

Kubeapps supports two database types: MongoDB or PostgreSQL. By default MongoDB is installed. If you want to enable PostgreSQL instead set the following values when installing the application: `mongodb.enabled=false` and `postresql.enabled=true`.

> **Note**: Changing the database type when upgrading is not supported.
### Configuring connection to a custom namespace Tiller instance

By default, Kubeapps connects to the Tiller Service in the `kube-system` namespace, the default install location for Helm.
Expand Down

0 comments on commit d46a6d8

Please sign in to comment.