oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 58 forks source link

fixes postgres cache pv path #703

Closed JamesKunstle closed 2 months ago

JamesKunstle commented 2 months ago

postgres container was pointing to the wrong path to access the PV we set up for it. data was being written to the container ephemeral storage rather than the pv, leading to schema issues if the cache pod is restarted without having been initialized correctly by the 8knot application server init pot Signed-off-by: James Kunstle jkunstle@redhat.com

JamesKunstle commented 2 months ago

fixes #650

JamesKunstle commented 2 months ago

fixes #650