Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
storm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
storm
Commits
81c23f4e
Commit
81c23f4e
authored
Mar 19, 2020
by
吕永新
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add step.yaml logo
parent
03d874f5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
13 deletions
+42
-13
logo.png
logo.png
+0
-0
step.yaml
step.yaml
+33
-0
values-overrides.yaml
values-overrides.yaml
+0
-4
values.yaml
values.yaml
+9
-9
No files found.
logo.png
0 → 100644
View file @
81c23f4e
13.1 KB
step.yaml
0 → 100644
View file @
81c23f4e
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"
values-overrides.yaml
View file @
81c23f4e
...
...
@@ -52,10 +52,6 @@ ui:
resources
:
limits
:
cpu
:
100m
ingress
:
enabled
:
false
annotations
:
{}
tls
:
[]
ingress
:
enabled
:
true
...
...
values.yaml
View file @
81c23f4e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment