File tree Expand file tree Collapse file tree 4 files changed +12
-24
lines changed
deployments/kubernetes/charts/clowder2 Expand file tree Collapse file tree 4 files changed +12
-24
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ extractors:
9696 - name : MINIO_MOUNTED_PATH
9797 value : /clowderfs
9898 volumes :
99- - name : minio-storage
100- hostPath :
101- path : /mnt/ibm-hpc-clowderfs
99+ - name : minio-dataset
100+ persistentVolumeClaim :
101+ claimName : minio-dataset
102102 volumeMounts :
103- - name : minio-storage
103+ - name : minio-dataset
104104 mountPath : /clowderfs
105105 rcnn-iwp-finetuning :
106106 enabled : true
@@ -109,9 +109,9 @@ extractors:
109109 - name : MINIO_MOUNTED_PATH
110110 value : /clowderfs
111111 volumes :
112- - name : minio-storage
113- hostPath :
114- path : /mnt/ibm-hpc-clowderfs
112+ - name : minio-dataset
113+ persistentVolumeClaim :
114+ claimName : minio-dataset
115115 volumeMounts :
116- - name : minio-storage
116+ - name : minio-dataset
117117 mountPath : /clowderfs
Original file line number Diff line number Diff line change @@ -4,10 +4,5 @@ metadata:
44 name : minio-credentials
55 namespace : ibm-hpc
66stringData :
7- # MINIO_ENDPOINT: http://clowder2-minio:9000
8- # MINIO_ACCESS_KEY: clowder
9- # MINIO_SECRET_KEY: ilikecats
10- # MINIO_MOUNT_POINT: /var/clowderfs
11- # CLOWDER_VERSION: "2"
12- accessKeyID : clowder
13- secretAccessKey : ilikecats
7+ accessKeyID : accessKeyID
8+ secretAccessKey : secretAccessKey
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 namespace : ibm-hpc
66spec :
77 local :
8- readonly : " true" # <----
8+ readonly : " true"
99 bucket : clowder
1010 endpoint : http://clowder2-minio.ibm-hpc.svc.cluster.local:9000/
1111 secret-name : minio-credentials
Original file line number Diff line number Diff line change 1414 volumeMounts :
1515 - name : minio-dataset
1616 mountPath : /clowderfs
17- # volumeMounts:
18- # - name: minio-storage
19- # mountPath: /clowderfs
20- # volumes:
21- # - name: minio-storage
22- # hostPath:
23- # path: /mnt/ibm-hpc-clowderfs
2417
25-
18+
You can’t perform that action at this time.
0 commit comments