RequestNetwork / request-helm-charts

A helm chart to deploy a Request Node
MIT License
0 stars 1 forks source link

chore(statefulSets): configure fsGroupChangePolicy #22

Closed alexandre-abrioux closed 1 year ago

alexandre-abrioux commented 1 year ago

Description

This PR aims to reduce the boot time of our nodes (both Request Node and IPFS node). It takes a long time for a node to restart as Kubernetes has to chmod every single file contained in the volumes. After this change, this process will only happen if the root-containing directory has the wrong permissions.

References

Checklist