Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tke-eos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
tke-eos
Commits
50bb4c26
Commit
50bb4c26
authored
Dec 29, 2020
by
温海元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add config for rockermq.yaml
parent
30b4fe77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
rocketmq.yaml
yamls/rocketmq.yaml
+15
-10
No files found.
yamls/rocketmq.yaml
View file @
50bb4c26
kind
:
PersistentVolumeClaim
kind
:
PersistentVolumeClaim
apiVersion
:
v1
apiVersion
:
v1
metadata
:
metadata
:
name
:
rocketmq-dev1
name
:
{{
serviceName
}}
namespace
:
dev1
namespace
:
{{
namespace
}}
spec
:
spec
:
accessModes
:
accessModes
:
-
ReadWriteOnce
-
ReadWriteOnce
resources
:
resources
:
requests
:
requests
:
storage
:
10Gi
cpu
:
{{
resources.cpu.request
}}
m
memory
:
{{
resources.memory.request
}}
Mi
limits
:
cpu
:
{{
resources.cpu.limit
}}
m
memory
:
{{
resources.memory.limit
}}
Mi
# storage: 10Gi
---
---
...
@@ -18,9 +23,9 @@ kind: Deployment
...
@@ -18,9 +23,9 @@ kind: Deployment
metadata
:
metadata
:
labels
:
labels
:
type
:
base
type
:
base
qcloud-app
:
rocketmq
qcloud-app
:
{{
serviceName
}}
name
:
rocketmq
name
:
{{
serviceName
}}
namespace
:
dev1
namespace
:
{{
namespace
}}
spec
:
spec
:
replicas
:
1
replicas
:
1
template
:
template
:
...
@@ -74,11 +79,11 @@ spec:
...
@@ -74,11 +79,11 @@ spec:
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
rocketmq
name
:
{{
serviceName
}}
namespace
:
dev1
namespace
:
{{
namespace
}}
labels
:
labels
:
type
:
base
type
:
base
qcloud-app
:
rocketmq
qcloud-app
:
{{
serviceName
}}
spec
:
spec
:
type
:
NodePort
type
:
NodePort
ports
:
ports
:
...
@@ -92,4 +97,4 @@ spec:
...
@@ -92,4 +97,4 @@ spec:
port
:
9876
port
:
9876
protocol
:
TCP
protocol
:
TCP
selector
:
selector
:
qcloud-app
:
rocketmq
qcloud-app
:
{{
serviceName
}}
\ No newline at end of file
\ No newline at end of file
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