fix(devops): update Gitea and reconciler URLs for production environment

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-20 10:09:40 +08:00
parent 38873cfc74
commit a44ae51a89
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ secrets:
username: admin username: admin
password: ELvjjaHupgWomLj9 password: ELvjjaHupgWomLj9
defaultGitCredentials: defaultGitCredentials:
username: freeleaps username: freeleaps-admin
password: r8sA8CPHD9!bt6d password: r8sA8CPHD9!bt6d
defaultDockerRegistryCredentials: defaultDockerRegistryCredentials:
username: freeleapsdevops username: freeleapsdevops

View File

@ -48,8 +48,8 @@ devops:
appMongodbPort: '27017' appMongodbPort: '27017'
metricsEnabled: 'false' metricsEnabled: 'false'
probesEnabled: 'true' probesEnabled: 'true'
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com baseGiteaUrl: https://gitea.freeleaps.mathmast.com
baseReconcileUrl: http://freeleaps-alpha-devops-reconciler-freeleaps-devops-reconciler.freeleaps-alpha.svc.freeleaps.cluster:5000 baseReconcileUrl: http://freeleaps-prod-devops-reconciler-freeleaps-devops-reconciler.freeleaps-prod.svc.freeleaps.cluster:5000
baseLokiUrl: http://loki-gateway.freeleaps-logging-system baseLokiUrl: http://loki-gateway.freeleaps-logging-system
logBasePath: /app/log/devops logBasePath: /app/log/devops
logRetention: 30 days logRetention: 30 days