Disable snapshots until retention policy can be set.

This commit is contained in:
Joseph Hanson 2024-03-23 16:11:23 -05:00
parent ecae56cabb
commit b08549adcc
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -16,11 +16,13 @@ spec:
memory: 3Gi
args:
- "--proactor_threads=4"
snapshot:
cron: "*/5 * * * *"
persistentVolumeClaimSpec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
# 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