Commit e8595972 authored by 智勇's avatar 智勇

Merge branch 'master' of http://git.quantgroup.cn/QA/tke-eos

parents d4bd082b 9e4eecd6
...@@ -39,7 +39,7 @@ const dingTalkPush = async function (item) { ...@@ -39,7 +39,7 @@ const dingTalkPush = async function (item) {
}, },
} }
const res = await awaitRequest({ const res = await awaitRequest({
url: 'https://oapi.dingtalk.com/robot/send?access_token=8e0cdbbb980da00a2c56fdf1724692f8cb4daa0c5d6d90b02c739b4dbd05464d', url: 'https://oapi.dingtalk.com/robot/send?access_token=473e49a1b6d4952e2306e0a8e530573384a6340052c40365a141b30757fd0997',
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json;charset=utf-8', 'Content-Type': 'application/json;charset=utf-8',
......
...@@ -7,6 +7,7 @@ const zookeeper = fs.readFileSync('yamls/zookeeper.pvc.yaml', 'utf8') ...@@ -7,6 +7,7 @@ const zookeeper = fs.readFileSync('yamls/zookeeper.pvc.yaml', 'utf8')
const ui = fs.readFileSync('yamls/ui.node.yaml', 'utf8') const ui = fs.readFileSync('yamls/ui.node.yaml', 'utf8')
const node = fs.readFileSync('yamls/ui.node.yaml', 'utf8') const node = fs.readFileSync('yamls/ui.node.yaml', 'utf8')
const java = fs.readFileSync('yamls/java.yaml', 'utf8') const java = fs.readFileSync('yamls/java.yaml', 'utf8')
const python = fs.readFileSync('yamls/python.yaml', 'utf8')
module.exports = { module.exports = {
mysql, mysql,
...@@ -16,4 +17,5 @@ module.exports = { ...@@ -16,4 +17,5 @@ module.exports = {
ui, ui,
node, node,
java, java,
python,
} }
...@@ -8,6 +8,7 @@ metadata: ...@@ -8,6 +8,7 @@ metadata:
qcloud-app: {{serviceName}} qcloud-app: {{serviceName}}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 1
selector: selector:
matchLabels: matchLabels:
qcloud-app: {{serviceName}} qcloud-app: {{serviceName}}
...@@ -20,7 +21,6 @@ spec: ...@@ -20,7 +21,6 @@ spec:
type: {{label}} type: {{label}}
spec: spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
revisionHistoryLimit: 1
containers: containers:
- name: {{serviceName}} - name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}} image: ccr.ccs.tencentyun.com/{{image}}
......
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