fix(helm): rename GITEA_URI to GITEA_URL in configuration files

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-26 16:28:23 +08:00
parent 57cf73c61f
commit 7d0728ab39
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ data:
MONGODB_NAME: {{ .Values.devsvc.configs.mongodbName | b64enc | quote }}
MONGODB_URI: {{ .Values.devsvc.configs.mongodbUri | b64enc | quote }}
GITEA_TOKEN: {{ .Values.devsvc.configs.giteaToken | b64enc | quote }}
GITEA_URI: {{ .Values.devsvc.configs.giteaUri | b64enc | quote }}
GITEA_URL: {{ .Values.devsvc.configs.giteaUri | b64enc | quote }}
GITEA_DEPOT_ORGANIZATION: {{ .Values.devsvc.configs.giteaDepotOrganization | b64enc | quote }}
CODE_DEPOT_HTTP_PORT: {{ .Values.devsvc.configs.codeDepotHttpPort | toString | b64enc }}
CODE_DEPOT_SSH_PORT: {{ .Values.devsvc.configs.codeDepotSshPort | toString | b64enc }}

View File

@ -53,7 +53,7 @@ devsvc:
mongodbName: freeleaps2
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
giteaToken: 1d90e6eba4dbe8979878d2f55d9c7a0c2ab782df
giteaUri: https://alpha.gitea.freeleaps.mathmast.com
giteaUrl: https://alpha.gitea.freeleaps.mathmast.com
giteaDepotOrganization: products
codeDepotHttpPort: 443
codeDepotSshPort: 22

View File

@ -45,8 +45,8 @@ devsvc:
mongodbUri: ""
# GITEA_TOKEN
giteaToken: ""
# GITEA_URI
giteaUri: ""
# GITEA_URL
giteaUrl: ""
# GITEA_DEPOT_ORGANIZATION
giteaDepotOrganization: ""
# CODE_DEPOT_HTTP_PORT