DataONEorg / slinky

Slinky, the DataONE Graph Store
Apache License 2.0
4 stars 4 forks source link

Restructure Deployment for Dev & Production Servers #32

Closed ThomasThelen closed 3 years ago

ThomasThelen commented 3 years ago

This PR has a few small changes

  1. Removes the VolumeClaim from the helm chart. This is now managed by the cluster administrator (over at k8s-cluster).
  2. Creates a single PersistentVolumeClaim and shares is across all pods

This is currently deployed on the development kubernetes server and all pods are stable. Fixes #31

amoeba commented 3 years ago

Looks good after a quick scan, thanks @ThomasThelen.