Commit d4d47c7d authored by 智勇's avatar 智勇

调整quantcube-ui资源

parent 73a8feb3
......@@ -97,6 +97,13 @@ const defaultConfig = _.assign({}, defaultJava, {
},
})
projectConfig['quantcube-ui'] = _.assign({}, defaultJava, {
cpu: {
request: 1,
limit: 1000,
},
})
projectConfig['gu-bei'] = projectConfig['cash-loan-flow'] = projectConfig['black-hole'] = projectConfig['spider-center'] = defaultConfig
projectConfig.notify = projectConfig.gyxd = projectConfig['business-flow'] = defaultConfig
......
......@@ -59,15 +59,15 @@ spec:
limits:
cpu: {{resources.cpu.limit}}m
memory: {{resources.memory.limit}}Mi
# readinessProbe:
# exec:
# command:
# - /home/quant_group/readyCheck.sh
# initialDelaySeconds: 60
# timeoutSeconds: 2
# periodSeconds: 5
# successThreshold: 1
# failureThreshold: 20
readinessProbe:
exec:
command:
- /home/quant_group/readyCheck.sh
initialDelaySeconds: 5
timeoutSeconds: 2
periodSeconds: 5
successThreshold: 1
failureThreshold: 20
restartPolicy: Always
dnsPolicy: ClusterFirst
imagePullSecrets:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment