fix(freeleaps): remove redundant mongodbHost configuration from values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
3912c7c196
commit
0439034f59
@ -16,7 +16,7 @@ devsvc:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: '200,'
|
cpu: '200m'
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: '0.5'
|
cpu: '0.5'
|
||||||
|
|||||||
@ -52,7 +52,6 @@ freeleaps:
|
|||||||
serviceApiAccessPort: 8001
|
serviceApiAccessPort: 8001
|
||||||
mongodbName: freeleaps2
|
mongodbName: freeleaps2
|
||||||
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||||
mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster
|
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
emailFrom: freeleaps@freeleaps.com
|
emailFrom: freeleaps@freeleaps.com
|
||||||
siteUrlRoot: https://alpha.freeleaps.mathmast.com
|
siteUrlRoot: https://alpha.freeleaps.mathmast.com
|
||||||
|
|||||||
@ -43,8 +43,6 @@ freeleaps:
|
|||||||
mongodbName: ""
|
mongodbName: ""
|
||||||
# MONGODB_URI
|
# MONGODB_URI
|
||||||
mongodbUri: ""
|
mongodbUri: ""
|
||||||
# MONGODB_HOST
|
|
||||||
mongodbHost: ""
|
|
||||||
# MONGODB_PORT
|
# MONGODB_PORT
|
||||||
mongodbPort: ''
|
mongodbPort: ''
|
||||||
# EMAIL_FROM
|
# EMAIL_FROM
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user