hirosystems / stacks-devnet-api

The Stacks Devnet API runs a server that can be used to deploy, delete, manage, and make requests to Stacks Devnets run on Kubernetes.
Apache License 2.0
2 stars 0 forks source link

Create PVCs for each pod #55

Closed MicaiahReid closed 8 months ago

MicaiahReid commented 1 year ago

We need to specify a data dir for the stacks node and bitcoin node pods, and we'll need a PVC to write to the fs. We'll need to create manifests for those PVCs and test to confirm that memory usage is staying low on the devnets when this is actually deployed on a cluster.

MicaiahReid commented 1 year ago

This one may not be necessary and requires testing.

MicaiahReid commented 8 months ago

Everything is deployed and working well; closing this as not planned