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 memory: 3Gi
args: args:
- "--proactor_threads=4" - "--proactor_threads=4"
snapshot: # Need retention policy before this is enabled
cron: "*/5 * * * *" # Or add S3 details and enable retention policy on the bucket.
persistentVolumeClaimSpec: # snapshot:
accessModes: # cron: "*/5 * * * *"
- ReadWriteOnce # persistentVolumeClaimSpec:
resources: # accessModes:
requests: # - ReadWriteOnce
storage: 2Gi # resources:
# requests:
# storage: 2Gi