sourcegraph icon indicating copy to clipboard operation
sourcegraph copied to clipboard

Refactor: Add storage for appliance state

Open jdpleiness opened this issue 1 year ago • 1 comments

As CRDs are no longer being used, a different method for storing the state of a sourcegraph deployment must be used. Options so far are configmap or possibly a PVC to serialize and store data in a similar way a CRD would.

jdpleiness avatar Apr 03 '24 18:04 jdpleiness

@jdpleiness do we still need this issue? If we discover that we need any storage beyond putting annotations on the main ConfigMap, we can implement it then, right? If we do, using k8s resources (e.g. more configmaps, and/or Secrets), avoids bringing in more complex dependencies (persistent volumes to keep sqlite files on, or even possibly external DBs)

craigfurman avatar Apr 30 '24 14:04 craigfurman