fix(authentication): update mongodbUri to correct service name in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
1ef15f4d97
commit
92bde502cb
@ -56,4 +56,4 @@ authentication:
|
|||||||
serviceApiAccessPort: 8004
|
serviceApiAccessPort: 8004
|
||||||
mongodbName: freeleaps2
|
mongodbName: freeleaps2
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user