eclipse-tractusx / tutorial-resources

Apache License 2.0
11 stars 23 forks source link

Make durable for restart Pod #317

Closed okamototk closed 2 months ago

okamototk commented 4 months ago

Description

When postgres and minio will restart by failure or reboot node, all data will be deleted miw, tractusx controller, minio and azurite. I need to reconstruct MXD every time after reboot laptop.

Acceptance Criteria

Additional Information

PostgreSQL and Minio should be deploy as StatefulSet and use PVC for their data directory.

hemantxpatel commented 2 months ago

Hi @okamototk, thanks for reporting. We are aware about it and it is intentionally by design. MXD is mostly for tutorial purposes and shouldn't be consider as production ready. We want to keep it very minimal to have minimum resource requirement as most of the time developers run it on their laptop.