Skip to content
Snippets Groups Projects
Commit 9c6ee788 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

added logfiles since kube isn't keeping them around long enough to read

anything
parent 2b95cf9f
No related branches found
No related tags found
No related merge requests found
apiVersion: v1
name: osuredis
version: 1.0.4
version: 1.0.5
description: "Helm chart for deploying one of the OCIO Middleware's standard Redis instances"
keywords:
- "redis"
......
loglevel notice
logfile /data/redis.log
protected-mode no
dir /data
port 6379
maxclients 2048
timeout 86400
......
port 26379
loglevel notice
logfile /data/redis.log
protected-mode no
dir /data
port 26379
#sentinel announce-ip osuredis-[[APPNAME]]-[[NODEID]].[[NAMESPACE]].svc.cluster.local
sentinel monitor [[APPNAME]] osuredis-[[APPNAME]]-0.[[NAMESPACE]].svc.cluster.local 6379 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment