Skip to content

Commit 77a9604

Browse files
fix typo
1 parent 75f9d01 commit 77a9604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ global:
7575
## @param global.mongodbRootUser Default MongoDB root user
7676
## @param global.mongodbRootPassword Default MongoDB root password
7777
## @param global.mongodbImage Default Image used in seed-jobs
78-
mongoURI: "mongodb://cfuser:mTiXcU2wafr9@cf-mongodb:27017"
78+
mongoURI: "mongodb://cfuser:mTiXcU2wafr9@mongodb:27017"
7979
mongodbDatabase: codefresh
8080
mongodbRootUser: root
8181
mongodbRootPassword: XT9nmM8dZD
@@ -98,7 +98,7 @@ global:
9898
runtimeRedisPassword: hoC9szf7NtrU
9999
runtimeRedisDb: "1"
100100
runtimeRedisPort: "6379"
101-
runtimeMongoURI: mongodb://cfuser:mTiXcU2wafr9@cf-mongodb:27017
101+
runtimeMongoURI: mongodb://cfuser:mTiXcU2wafr9@mongodb:27017
102102
runtimeMongoDb: codefresh
103103
## @param global.postgresService Default Internal Postgresql service address
104104
## @param global.postgresHostname Default External Postgresql service address

0 commit comments

Comments
 (0)