This message was deleted.
# opni
a
This message was deleted.
a
I guess these things are stored in jetstream, the helm chart defines an emptyDir for the data:
Copy code
apiVersion: <http://core.opni.io/v1beta1|core.opni.io/v1beta1>
kind: NatsCluster
metadata:
  name: opni
  namespace: {{ include "opni.namespace" . }}
spec:
  replicas: 3
  authMethod: nkey
  jetStream:
    enabled: true
    memoryStorageSize: 1Gi
    fileStorage:
      emptyDir: {}
      enabled: true
      size: 5Gi
I guess this should be configurable as persistent storage?
f
Yeah the downstream cluster info is stored in there. We are working on making that persistent, and also adding back up and restore options. We do have an option to import downstream clusters; could you open an issue on the github repo for this?