enabled: false
kind: StatefulSet

replicaCount: 1
image:
  repository: redis
  tag: "6.0.8-alpine"
  pullPolicy: IfNotPresent

service:
  type: ClusterIP
  port: 6379
