fix: correct MongoDB URI in values.alpha.yaml to remove port specification
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
f16e74a1f3
commit
08dea57ed0
@ -46,7 +46,7 @@ devops:
|
|||||||
refreshTokenExpireDays: '1'
|
refreshTokenExpireDays: '1'
|
||||||
appMongodbName: freeleaps2
|
appMongodbName: freeleaps2
|
||||||
appMongodbPort: '27017'
|
appMongodbPort: '27017'
|
||||||
appMongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net:27017/
|
appMongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
||||||
metricsEnabled: 'false'
|
metricsEnabled: 'false'
|
||||||
probesEnabled: 'true'
|
probesEnabled: 'true'
|
||||||
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com
|
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user