diff --git a/kubernetes/apps/database/dragonfly/app/dragonfly.yaml b/kubernetes/apps/database/dragonfly/app/dragonfly.yaml index 9c92350..ca0e4b7 100644 --- a/kubernetes/apps/database/dragonfly/app/dragonfly.yaml +++ b/kubernetes/apps/database/dragonfly/app/dragonfly.yaml @@ -16,11 +16,13 @@ spec: memory: 3Gi args: - "--proactor_threads=4" - snapshot: - cron: "*/5 * * * *" - persistentVolumeClaimSpec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 2Gi \ No newline at end of file + # Need retention policy before this is enabled + # Or add S3 details and enable retention policy on the bucket. + # snapshot: + # cron: "*/5 * * * *" + # persistentVolumeClaimSpec: + # accessModes: + # - ReadWriteOnce + # resources: + # requests: + # storage: 2Gi \ No newline at end of file