Skip to content

Commit

Permalink
Actually switch defaults for values.yaml to postgres. (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
absoludity committed May 12, 2020
1 parent f6d15e9 commit 29f0110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/kubeapps/values.yaml
Expand Up @@ -513,7 +513,7 @@ dashboard:
##
mongodb:
## Whether to deploy a mongodb server to satisfy the applications database requirements.
enabled: true
enabled: false
## Kubeapps uses MongoDB as a cache and persistence is not required
##
persistence:
Expand Down Expand Up @@ -546,7 +546,7 @@ mongodb:
##
postgresql:
## Whether to deploy a postgresql server to satisfy the applications database requirements.
enabled: false
enabled: true
## Enable replication for high availability
replication:
enabled: true
Expand Down
4 changes: 1 addition & 3 deletions script/deploy-dev.mk
Expand Up @@ -33,9 +33,7 @@ deploy-dev: deploy-dex deploy-openldap update-apiserver-etc-hosts
helm install kubeapps ./chart/kubeapps --namespace kubeapps \
--values ./docs/user/manifests/kubeapps-local-dev-values.yaml \
--values ./docs/user/manifests/kubeapps-local-dev-auth-proxy-values.yaml \
--set useHelm3=true \
--set postgresql.enabled=true \
--set mongodb.enabled=false
--set useHelm3=true
kubectl apply -f ./docs/user/manifests/kubeapps-local-dev-users-rbac.yaml
@echo "\nEnsure you have the entry '127.0.0.1 dex.dex' in your /etc/hosts, then run\n"
@echo "kubectl -n dex port-forward svc/dex 32000\n"
Expand Down

0 comments on commit 29f0110

Please sign in to comment.