Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osuredis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSU OTDI-managed Helm charts
osuredis
Commits
e0a8d16f
Commit
e0a8d16f
authored
5 years ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
disabled readiness check for now until we figure out how to use it
properly
parent
577735c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Chart.yaml
+1
-1
1 addition, 1 deletion
Chart.yaml
templates/redis-ss.yaml
+44
-44
44 additions, 44 deletions
templates/redis-ss.yaml
with
45 additions
and
45 deletions
Chart.yaml
+
1
−
1
View file @
e0a8d16f
apiVersion
:
v1
name
:
osuredis
version
:
1.1.
2
version
:
1.1.
3
description
:
"
Helm
chart
for
deploying
one
of
the
OCIO
Middleware's
standard
Redis
instances"
keywords
:
-
"
redis"
...
...
This diff is collapsed.
Click to expand it.
templates/redis-ss.yaml
+
44
−
44
View file @
e0a8d16f
...
...
@@ -79,33 +79,33 @@ spec:
-
name
:
"
persistent-data"
mountPath
:
"
/data"
livenessProbe
:
initialDelaySeconds
:
1
0
initialDelaySeconds
:
6
0
periodSeconds
:
60
timeoutSeconds
:
10
failureThreshold
:
3
tcpSocket
:
port
:
6379
readinessProbe
:
initialDelaySeconds
:
10
periodSeconds
:
60
timeoutSeconds
:
10
exec
:
command
:
-
"
redis-cli"
-
"
-a"
-
"
{{.Values.app.password}}"
-
"
PING"
-
"
|"
-
"
tr"
-
"
-d"
-
"
[:space:]"
-
"
|"
-
"
xargs"
-
"
-n1"
-
"
-r"
-
"
test"
-
"
PONG"
-
"
="
#
readinessProbe:
#
initialDelaySeconds: 1
2
0
#
periodSeconds: 60
#
timeoutSeconds: 10
#
exec:
#
command:
#
- "redis-cli"
#
- "-a"
#
- "{{.Values.app.password}}"
#
- "PING"
#
- "|"
#
- "tr"
#
- "-d"
#
- "[:space:]"
#
- "|"
#
- "xargs"
#
- "-n1"
#
- "-r"
#
- "test"
#
- "PONG"
#
- "="
resources
:
{{
- toYaml .Values.redis.resources | nindent 10
}}
-
name
:
"
sentinel"
...
...
@@ -122,33 +122,33 @@ spec:
-
name
:
"
persistent-data"
mountPath
:
"
/data"
livenessProbe
:
initialDelaySeconds
:
1
0
initialDelaySeconds
:
6
0
periodSeconds
:
60
timeoutSeconds
:
10
failureThreshold
:
3
tcpSocket
:
port
:
26379
readinessProbe
:
initialDelaySeconds
:
10
periodSeconds
:
60
timeoutSeconds
:
10
exec
:
command
:
-
"
redis-cli"
-
"
-p"
-
"
26379"
-
"
PING"
-
"
|"
-
"
tr"
-
"
-d"
-
"
[:space:]"
-
"
|"
-
"
xargs"
-
"
-n1"
-
"
-r"
-
"
test"
-
"
PONG"
-
"
="
#
readinessProbe:
#
initialDelaySeconds: 1
2
0
#
periodSeconds: 60
#
timeoutSeconds: 10
#
exec:
#
command:
#
- "redis-cli"
#
- "-p"
#
- "26379"
#
- "PING"
#
- "|"
#
- "tr"
#
- "-d"
#
- "[:space:]"
#
- "|"
#
- "xargs"
#
- "-n1"
#
- "-r"
#
- "test"
#
- "PONG"
#
- "="
resources
:
{{
- toYaml .Values.sentinel.resources | nindent 10
}}
{{
- with .Values.nodeSelector
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment