You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/codefresh-on-prem.md
+4-17Lines changed: 4 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,6 @@ Codefresh will need an outbound connection to the Internet for the following ser
49
49
50
50
- GCR - pulling platform images
51
51
- Dockerhub - pulling pipeline images
52
-
>If you are upgrading from the previous version, and have the following lines in`config.yaml`,*before* you upgrade, comment out or remove these lines:
53
-
```yaml
54
-
gitops-dashboard-manager:
55
-
env:
56
-
MONGO_URI:""
57
-
```
58
-
59
52
60
53
##Security Constraints
61
54
@@ -652,12 +645,6 @@ postgresql:
652
645
Codefresh recommends to use the Bitnami MongoDB [chart](https://github.com/bitnami/charts/tree/master/bitnami/mongodb) as a Mongo database. The supported version of Mongo is 3.6.x
653
646
654
647
To configure Codefresh on-premises to use an external Mongo service one needs to provide the following values in `config.yaml`:
655
-
> If you are upgrading from the previous version, and have the following lines in `config.yaml`, *before* you upgrade, comment out or remove these lines:
656
-
```yaml
657
-
gitops-dashboard-manager:
658
-
env:
659
-
MONGO_URI: ""
660
-
```
661
648
662
649
- **mongo connection string** - `mongoURI`. This string will be used by all of the services to communicate with mongo. Codefresh will automatically create and add a user with "ReadWrite" permissions to all of the created databases with the username and password from the URI. Optionally, automatic user addition can be disabled - `mongoSkipUserCreation`, in order to use already existing user. In such a case the existing user must have **ReadWrite** permissions to all of newly created databases
663
650
Codefresh does not support [DNS Seedlist Connection Format](https://docs.mongodb.com/manual/reference/connection-string/#connections-dns-seedlist) at the moment, use the [Standard Connection Format](https://docs.mongodb.com/manual/reference/connection-string/#connections-standard-connection-string-format) instead.
@@ -694,7 +681,7 @@ Codefresh supports enabling SSL/TLS between cf microservices and MongoDB. To ena