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
b25c0aca
Commit
b25c0aca
authored
Aug 26, 2019
by
kewei.jia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
redis health
parent
cece0fd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
redis.yaml
yamls/redis.yaml
+6
-6
No files found.
yamls/redis.yaml
View file @
b25c0aca
...
...
@@ -36,7 +36,7 @@ spec:
memory
:
{{
resources.memory.limit
}}
Mi
readinessProbe
:
exec
:
command
:
[
"
redis-cli"
,
"
-
-port"
,
"
6379
"
]
command
:
[
"
redis-cli"
,
"
-
p"
,
"
6379"
,
"
info
"
]
initialDelaySeconds
:
5
periodSeconds
:
2
timeoutSeconds
:
1
...
...
@@ -54,7 +54,7 @@ spec:
memory
:
200Mi
readinessProbe
:
exec
:
command
:
[
"
redis-cli"
,
"
-
-port"
,
"
6380
"
]
command
:
[
"
redis-cli"
,
"
-
p"
,
"
6380"
,
"
info
"
]
initialDelaySeconds
:
5
periodSeconds
:
2
timeoutSeconds
:
1
...
...
@@ -72,7 +72,7 @@ spec:
memory
:
{{
resources.memory.limit
}}
Mi
readinessProbe
:
exec
:
command
:
[
"
redis-cli"
,
"
-
-port"
,
"
6381
"
]
command
:
[
"
redis-cli"
,
"
-
p"
,
"
6381"
,
"
info
"
]
initialDelaySeconds
:
5
periodSeconds
:
2
timeoutSeconds
:
1
...
...
@@ -90,7 +90,7 @@ spec:
memory
:
{{
resources.memory.limit
}}
Mi
readinessProbe
:
exec
:
command
:
[
"
redis-cli"
,
"
-
-port"
,
"
6382
"
]
command
:
[
"
redis-cli"
,
"
-
p"
,
"
6382"
,
"
info
"
]
initialDelaySeconds
:
5
periodSeconds
:
2
timeoutSeconds
:
1
...
...
@@ -98,7 +98,7 @@ spec:
-
image
:
ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy
:
Always
name
:
{{
serviceName
}}
-6383
command
:
[
"
redis-server"
,
"
-
-
port"
,
"
6383"
]
command
:
[
"
redis-server"
,
"
-port"
,
"
6383"
]
resources
:
requests
:
cpu
:
{{
resources.cpu.request
}}
m
...
...
@@ -108,7 +108,7 @@ spec:
memory
:
{{
resources.memory.limit
}}
Mi
readinessProbe
:
exec
:
command
:
[
"
redis-cli"
,
"
-
-port"
,
"
6383
"
]
command
:
[
"
redis-cli"
,
"
-
p"
,
"
6383"
,
"
info
"
]
initialDelaySeconds
:
5
periodSeconds
:
2
timeoutSeconds
:
1
...
...
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