This component implements a redis that listens on TLS on port 6378.
It creates a cert-manager Certificate object; you need to patch this certificate to have the appropriate DNS name and issuer details.
You need to provide a Generic
-type secretGenerator
named redis
, with two keys:
redis-url
: a full redis URL, including auth string (egrediss://:abcd1234@redis-master.$NAMESPACE.svc.cluster.local:6378/0
)redis-password
: the bare password on its own (egabcd1234
)