distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

StatefulSet + Persistent Volume Claims #91

Closed pedro-gutierrez closed 3 years ago

pedro-gutierrez commented 3 years ago

This PR turns the toolbox deployment into a statefulset with 2 replicas (Enough for now) and also attaches a persistent volume to the Postgres database, so that we can survive sudden db restarts.

Fixes: #46