Commit 81c23f4e authored by 吕永新's avatar 吕永新

add step.yaml logo

parent 03d874f5
logo.png

13.1 KB

configInfo:
- name: nimbus.image.repository
text: 镜像
type: text
value: "registry.cn-qingdao.aliyuncs.com/wod/storm"
- name: nimbus.image.tag
text: 版本
type: radio
value: ["1.1.1"]
- name: supervisor.image.repository
text: 镜像
type: text
value: "registry.cn-qingdao.aliyuncs.com/wod/storm"
- name: supervisor.image.tag
text: 版本
type: radio
value: ["1.1.1"]
- name: ui.image.repository
text: 镜像
type: text
value: "registry.cn-qingdao.aliyuncs.com/wod/storm"
- name: ui.image.tag
text: 版本
type: radio
value: ["1.1.1"]
- name: ingress.host
text: 访问storm地址
type: text
value: "storm-ui.bgcloud.local"
- name: zookeeper.service.name
text: 连接zk的svc地址,必须先创建zk集群
type: text
value: "myzk-zookeeper-headless"
...@@ -52,10 +52,6 @@ ui: ...@@ -52,10 +52,6 @@ ui:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
ingress:
enabled: false
annotations: {}
tls: []
ingress: ingress:
enabled: true enabled: true
......
...@@ -8,7 +8,7 @@ enabled: true ...@@ -8,7 +8,7 @@ enabled: true
nimbus: nimbus:
replicaCount: 1 replicaCount: 1
image: image:
repository: storm repository: registry.cn-qingdao.aliyuncs.com/wod/storm
tag: 1.1.1 tag: 1.1.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
...@@ -25,7 +25,7 @@ nimbus: ...@@ -25,7 +25,7 @@ nimbus:
supervisor: supervisor:
replicaCount: 3 replicaCount: 3
image: image:
repository: storm repository: registry.cn-qingdao.aliyuncs.com/wod/storm
tag: 1.1.1 tag: 1.1.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
...@@ -42,7 +42,7 @@ ui: ...@@ -42,7 +42,7 @@ ui:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: storm repository: registry.cn-qingdao.aliyuncs.com/wod/storm
tag: 1.1.1 tag: 1.1.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
...@@ -52,13 +52,13 @@ ui: ...@@ -52,13 +52,13 @@ ui:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
ingress:
enabled: false
annotations: {}
tls: []
zookeeper: ingress:
enabled: true enabled: true
host: storm-ui.bgcloud.local
zookeeper:
enabled: false
service: service:
name: zookeeper name: myzk-zookeeper-headless
stormName: storm stormName: storm
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