getgort / gort

Gort is a chatbot framework designed from the ground up for chatops.

Home Page:https://guide.getgort.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use postgres storage for k8s with Tilt

theothertomelliott opened this issue · comments

When running under Kubernetes with Tilt, using an in-memory datastore results in having to bootstrap and set up bundles every time code is changed.

By using postgres, state can be persisted while working.