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
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?