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

add in docs that you can specify df image version #82

Closed cecchigl closed 11 months ago

cecchigl commented 1 year ago

It is already working, but it's not documented. You can specify the image version of df to use in the operator like in the example above.

spec:
  args:
  - --dbfilename=dump
  - --save_schedule=*:10
  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.8.0
  replicas: 2
  resources:
    limits:
      cpu: 600m
      memory: 750Mi
    requests:
      cpu: 500m
      memory: 500Mi
Abhra303 commented 11 months ago

With https://github.com/dragonflydb/documentation/pull/174 merged, you can see the configuration detail here. So closing the issue!