Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beagle-rcache-image
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
beagle-rcache-image
Commits
93b87383
Commit
93b87383
authored
Mar 04, 2021
by
iamabhishek-dubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed code
parent
56a9e37a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
entrypoint.sh
entrypoint.sh
+1
-1
No files found.
Makefile
View file @
93b87383
build-redis-image
:
build-redis-image
:
docker build
-t
opstree/redis:1.0
-f
Dockerfile .
docker build
-t
quay.io/opstree/redis:6.2
-f
Dockerfile .
build-redis-exporter-image
:
build-redis-exporter-image
:
docker build
-t
opstree/redis-exporter:1.0
-f
Dockerfile.exporter .
docker build
-t
opstree/redis-exporter:1.0
-f
Dockerfile.exporter .
...
...
entrypoint.sh
View file @
93b87383
...
@@ -36,7 +36,7 @@ redis_mode_setup() {
...
@@ -36,7 +36,7 @@ redis_mode_setup() {
echo
cluster-node-timeout 5000
echo
cluster-node-timeout 5000
echo
cluster-require-full-coverage no
echo
cluster-require-full-coverage no
echo
cluster-migration-barrier 1
echo
cluster-migration-barrier 1
echo
cluster-config-file
"
${
CLUSTER_DIRECTORY
}
/nodes.conf"
echo
cluster-config-file
"
${
DATA_DIR
}
/nodes.conf"
}
>>
/etc/redis/redis.conf
}
>>
/etc/redis/redis.conf
if
[[
-z
"
${
POD_IP
}
"
]]
;
then
if
[[
-z
"
${
POD_IP
}
"
]]
;
then
...
...
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