Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Redis Helm Chart

License Release Artifact Hub

Requirements

Installation

helm repo add scalified-redis https://scalified.github.io/helm-redis/
helm upgrade --install redis scalified-redis/redis --create-namespace --namespace redis

Usage

Configuration

Configuration files can be mounted as follows:

redis:
  containers:
    redis:
      volumeMounts:
        - name: redis-custom-config
          mountPath: /usr/local/etc/redis/conf.d/02-custom.conf
          subPath: 02-custom.conf
  volumes:
    - name: redis-custom-config
      configMap:
        name: redis-custom-config

Made with ❤️ by Scalified

About

Redis Helm Chart

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages