fix: correct MongoDB URI in values.alpha.yaml to remove port specification

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-03 03:21:05 +08:00
parent f16e74a1f3
commit 08dea57ed0

View File

@ -46,7 +46,7 @@ devops:
refreshTokenExpireDays: '1'
appMongodbName: freeleaps2
appMongodbPort: '27017'
appMongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net:27017/
appMongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
metricsEnabled: 'false'
probesEnabled: 'true'
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com