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') ...@@ -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