Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99cedfd

Browse files
Merge pull requestcodefresh-io#376 from codefresh-io/onprem-upd
[onprem] remove note
2 parents9d54158 +a167edf commit99cedfd

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

‎_docs/administration/codefresh-on-prem.md‎

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ Codefresh will need an outbound connection to the Internet for the following ser
4949

5050
- GCR - pulling platform images
5151
- 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-
5952

6053
##Security Constraints
6154

@@ -652,12 +645,6 @@ postgresql:
652645
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
653646

654647
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-
```
661648

662649
- **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
663650
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
694681
global:
695682
mongodbRootUser: root
696683
mongodbRootPassword: WOIqcSwr0y
697-
mongoURI: mongodb+srv://cfuser:mTiXcU2wafr9@my-mongodb.prod.svc.cluster.local
684+
mongoURI: mongodb://my-mongodb.prod.svc.cluster.local/?ssl=true&authMechanism=MONGODB-X509&authSource=$external
698685
mongoSkipUserCreation: true
699686
mongoDeploy: false # disables deployment of internal mongo service
700687
@@ -703,7 +690,7 @@ global:
703690
mongoCaKey: mongodb-ca/ca-key.pem
704691
705692
### for OfflineLogging feature
706-
runtimeMongoURI: mongodb+srv://cfuser:mTiXcU2wafr9@my-mongodb.prod.svc.cluster.local
693+
runtimeMongoURI: mongodb://my-mongodb.prod.svc.cluster.local/?ssl=true&authMechanism=MONGODB-X509&authSource=$external
707694
708695
### for OfflineLogging feature
709696
cfapi:
@@ -715,8 +702,8 @@ mongo:
715702
enabled: false #disable default mongodb subchart installation
716703
```
717704

718-
>Perform an upgarde with `--no-hooks` option: <br />
719-
>`kcfi deploy -c config.yaml --debug --no-hooks` (WIP)
705+
>Perform an upgarde: <br />
706+
>`kcfi deploy -c config.yaml --debug`
720707

721708
### Configure an external Redis service
722709
Codefresh recommends to use the Bitnami Redis [chart](https://github.com/bitnami/charts/tree/master/bitnami/redis) as a Redis store.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp