This message was deleted.
# general
a
This message was deleted.
b
Yes, that's referring to the NFS server. I'm not familiar with with REDIS, but in the helm chart there is a
persistence
property which should allow you to set the
storageClass
m
Thanks @billions-vase-14972 I will take a look
👍 1
I don’t see the allowed values or rather the convention to follow to change to nfs. Should it be just
nfs
?
b
If the persistent volume is configured to use your nfs, you should only need to reference the volume. I don't believe redis would need to know where the volume is pointing to (i.e. doesn't need to know about the nfs specifically)
m
So i don’t need a PVC?
that refers to PV?
b
Sorry, I meant to say that you'll only need to reference the pvc, or storage class.
1