Hi All, For Context: I'm 'playing' with prefect3 o...
# ask-community
j
Hi All, For Context: I'm 'playing' with prefect3 on a local machine, using microk8s and prefect-server deployed with helm. The question is related to the blocks information storage as every time I restart the machine running microk8s (and the pod for prefect-server is restarted), blocks are not available on my prefect-server anymore. (this happens to other resources as well, eg: Runs and Deployments) I was under the impression it would be saved in the pg server that comes with prefect helm chart. -- Should I configure a PVC for my prefect-server deployment? Some guidance would be appreciated. Thank you in advance.