Commit 9f0273b8 authored by 智勇's avatar 智勇

Merge branch 'jiakewei' into 'master'

导出python



See merge request !24
parents a836920d f547d43e
......@@ -7,6 +7,7 @@ const zookeeper = fs.readFileSync('yamls/zookeeper.pvc.yaml', 'utf8')
const ui = 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 python = fs.readFileSync('yamls/python.yaml', 'utf8')
module.exports = {
mysql,
......@@ -16,4 +17,5 @@ module.exports = {
ui,
node,
java,
python,
}
......@@ -8,6 +8,7 @@ metadata:
qcloud-app: {{serviceName}}
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
qcloud-app: {{serviceName}}
......@@ -20,7 +21,6 @@ spec:
type: {{label}}
spec:
terminationGracePeriodSeconds: 0
revisionHistoryLimit: 1
containers:
- name: {{serviceName}}
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