stacks-instances/otc/stacks/local-backup/minio/helm/values.yaml
Automated pipeline 7a0e732995 Initial upload
2025-05-26 09:23:35 +00:00

17 lines
293 B
YAML

replicas: 1
mode: standalone
resources:
requests:
memory: 128Mi
persistence:
enabled: true
storageClass: standard
size: 512Mi
# volumeName: backup # re-enable this to mount a local host path, see minio-pv.yaml
buckets:
- name: edfbuilder-backups
existingSecret: root-creds