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:
resources:
limits:
cpu: 100m
ingress:
enabled: false
annotations: {}
tls: []
ingress:
enabled: true
......
......@@ -8,7 +8,7 @@ enabled: true
nimbus:
replicaCount: 1
image:
repository: storm
repository: registry.cn-qingdao.aliyuncs.com/wod/storm
tag: 1.1.1
pullPolicy: IfNotPresent
service:
......@@ -25,7 +25,7 @@ nimbus:
supervisor:
replicaCount: 3
image:
repository: storm
repository: registry.cn-qingdao.aliyuncs.com/wod/storm
tag: 1.1.1
pullPolicy: IfNotPresent
service:
......@@ -42,7 +42,7 @@ ui:
enabled: true
replicaCount: 1
image:
repository: storm
repository: registry.cn-qingdao.aliyuncs.com/wod/storm
tag: 1.1.1
pullPolicy: IfNotPresent
service:
......@@ -52,13 +52,13 @@ ui:
resources:
limits:
cpu: 100m
ingress:
enabled: false
annotations: {}
tls: []
zookeeper:
ingress:
enabled: true
host: storm-ui.bgcloud.local
zookeeper:
enabled: false
service:
name: zookeeper
name: myzk-zookeeper-headless
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