feat(devsvc): update MongoDB and Gitea configurations in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
32e112cb2b
commit
d06904117a
@ -17,5 +17,3 @@ data:
|
|||||||
CODE_DEPOT_HTTP_PORT: {{ .Values.devsvc.configs.codeDepotHttpPort | toString | b64enc }}
|
CODE_DEPOT_HTTP_PORT: {{ .Values.devsvc.configs.codeDepotHttpPort | toString | b64enc }}
|
||||||
CODE_DEPOT_SSH_PORT: {{ .Values.devsvc.configs.codeDepotSshPort | toString | b64enc }}
|
CODE_DEPOT_SSH_PORT: {{ .Values.devsvc.configs.codeDepotSshPort | toString | b64enc }}
|
||||||
CODE_DEPOT_DOMAIN_NAME: {{ .Values.devsvc.configs.codeDepotDomainName | b64enc | quote }}
|
CODE_DEPOT_DOMAIN_NAME: {{ .Values.devsvc.configs.codeDepotDomainName | b64enc | quote }}
|
||||||
RABBIT_HOST: {{ .Values.devsvc.configs.rabbitHost | b64enc | quote }}
|
|
||||||
RABBIT_PORT: {{ .Values.devsvc.configs.rabbitPort | toString | b64enc }}
|
|
||||||
|
|||||||
@ -40,23 +40,19 @@ devsvc:
|
|||||||
# SERVICE_API_ACCESS_PORT
|
# SERVICE_API_ACCESS_PORT
|
||||||
serviceApiAccessPort: 8013
|
serviceApiAccessPort: 8013
|
||||||
# MONGODB_NAME
|
# MONGODB_NAME
|
||||||
mongodbName: ""
|
mongodbName: freeleaps2
|
||||||
# MONGODB_URI
|
# MONGODB_URI
|
||||||
mongodbUri: ""
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||||
# GITEA_TOKEN
|
# GITEA_TOKEN
|
||||||
giteaToken: ""
|
giteaToken: "1d90e6eba4dbe8979878d2f55d9c7a0c2ab782df"
|
||||||
# GITEA_URI
|
# GITEA_URI
|
||||||
giteaUri: ""
|
giteaUri: "https://alpha.gitea.freeleaps.mathmast.com"
|
||||||
# GITEA_DEPOT_ORGANIZATION
|
# GITEA_DEPOT_ORGANIZATION
|
||||||
giteaDepotOrganization: ""
|
giteaDepotOrganization: "products"
|
||||||
# CODE_DEPOT_HTTP_PORT
|
# CODE_DEPOT_HTTP_PORT
|
||||||
codeDepotHttpPort:
|
codeDepotHttpPort:
|
||||||
# CODE_DEPOT_SSH_PORT
|
# CODE_DEPOT_SSH_PORT
|
||||||
codeDepotSshPort:
|
codeDepotSshPort:
|
||||||
# CODE_DEPOT_DOMAIN_NAME
|
# CODE_DEPOT_DOMAIN_NAME
|
||||||
codeDepotDomainName: ""
|
codeDepotDomainName: ""
|
||||||
# RABBIT_HOST
|
|
||||||
rabbitHost: ""
|
|
||||||
# RABBIT_PORT
|
|
||||||
rabbitPort:
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user