cowboysysop / charts

Cowboy Sysop Charts
MIT License
113 stars 68 forks source link

Flowiseai - Logs persistence #658

Closed danielstankw closed 2 weeks ago

danielstankw commented 1 month ago

Hi, I am attempting to make logs persistent in Flowiseai. To my understanding flowiseai allows to define a log save path using env variable called: LOG_PATH. How can I modify the values.yaml to enable persistence of logs?

I have a PVC and PV defined but to save logs into them I would need to have a volume mount field in the chart.

sebastien-prudhomme commented 1 month ago

Hi @danielstankw , you should try to use the extraEnvVars value for now and point to something like "/data/logs". It will use the default PVC if you activate persistence.

sebastien-prudhomme commented 2 weeks ago

Hi @danielstankw , FYI you also can add an extra volume for logs in the next version of the chart.