Initial upload
This commit is contained in:
parent
bcb837e79e
commit
dc5fab84fa
115 changed files with 17102 additions and 0 deletions
13
otc/ABC/stacks/local-backup/minio/manifests/minio-pv.yaml
Normal file
13
otc/ABC/stacks/local-backup/minio/manifests/minio-pv.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# re-enable this config to mount a local host path, see `../helm/values.yaml`
|
||||
# apiVersion: v1
|
||||
# kind: PersistentVolume
|
||||
# metadata:
|
||||
# name: backup
|
||||
# spec:
|
||||
# storageClassName: standard
|
||||
# accessModes:
|
||||
# - ReadWriteOnce
|
||||
# capacity:
|
||||
# storage: 512Mi
|
||||
# hostPath:
|
||||
# path: /backup
|
||||
Loading…
Add table
Add a link
Reference in a new issue