Skip to content

Help Wanted: How persistence works for Valkey Queue? #291

@CaioMartins968

Description

@CaioMartins968

Hi everyone,

I'm setting up a production environment using Helm Frappe/ERPNext with Valkey Queue.

I've noticed that while I can enable persistence for the main application, I'm having trouble triggering the creation of the PersistentVolumeClaim (PVC) for the valkey-queue. I'm trying to use a custom storageClass (Azure Files NFS) and I want to ensure that the structure of my values.yaml file is correct. I also noticed that Dragonfly allows persistence configuration, but I haven't seen anything about Valkey.

Could you clarify the expected schema for enabling persistence specifically for valkey-queue?

valkey-queue:
  enabled: true
  persistence:
    enabled: true
    size: 1Gi
    storageClass: "sc-frappe"
    accessModes:
      - ReadWriteMany

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions