Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment variables to configure the valkey container #26

Open
Xe opened this issue Jun 10, 2024 · 0 comments
Open

Environment variables to configure the valkey container #26

Xe opened this issue Jun 10, 2024 · 0 comments

Comments

@Xe
Copy link

Xe commented Jun 10, 2024

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™️.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant