valkey-io/valkey-container

Environment variables to configure the valkey container

Opened this issue · 1 comments

Xe commented

I'm trying to move over from the bitnami container to the official valkey container and I'm running into an issue where I need to configure the valkey server, but can't find valkey server configuration docs on the website. Do I use the redis docs for this?

I'd love to be able to use environment variables like the bitnami container does. This would let me shove everything in a ConfigMap like this:

apiVersion: v1
kind: ConfigMap
metadata:
  name: valkey-secret
data:
  VALKEY_PASSWORD: hunter2

Then just set those envvars on the deployment and it Just Works™️.

Is this a similar issue that is being discussed in #18