dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
132 stars 28 forks source link

Create database via yaml? #89

Closed nathan-bowman closed 1 year ago

nathan-bowman commented 1 year ago

I'm going thru the docs to get the DragonFly Operator on kubernetes going. But I'm not seeing any docs on how to configure a database via yaml. Am I missing something?

Redis calls for something like "kind: RedisEnterpriseDatabase"

Pothulapati commented 1 year ago

@nathan-bowman Our resource kind is called Dragonfly itself and we have a sample at https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/config/samples/v1alpha1_dragonfly.yaml

You can configure all the supported spec fields.

Pothulapati commented 1 year ago

Closing this as there is no activity. Feel free to reopen it if your issue is not resolved