Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
hive
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
hive
Commits
a566d971
Commit
a566d971
authored
Mar 20, 2020
by
殷安
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8602c394
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
step.yaml
step.yaml
+5
-0
values.yaml
values.yaml
+8
-1
No files found.
step.yaml
View file @
a566d971
...
...
@@ -8,6 +8,11 @@ configInfo:
text
:
镜像版本
type
:
radio
value
:
[
"
3.1.2"
]
-
name
:
resources
text
:
资源限制
type
:
resource
memory
:
"
1024Mi"
cpu
:
"
500m"
-
name
:
service.portHTTP
text
:
http端口
type
:
text
...
...
values.yaml
View file @
a566d971
...
...
@@ -14,7 +14,14 @@ Hiveserver2:
## Server transport mode. "binary" or "http"
ingress
:
enabled
:
true
resources
:
{}
resources
:
limits
:
cpu
:
1000m
memory
:
1280Mi
requests
:
cpu
:
1000m
memory
:
1280Mi
nodeSelector
:
{}
tolerations
:
[]
affinity
:
{}
...
...
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