File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
deployments/kubernetes/charts/clowder2 Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,13 @@ extractors:
8484 wordcount :
8585 enabled : true
8686 image : clowder/extractors-wordcount:latest
87+ rcnn-iwp-inference :
88+ enabled : true
89+ image : vismayak/rcnn_iwp_inference_extractor_k8:latest
90+ volumes :
91+ - name : minio-storage
92+ hostPath :
93+ path : /mnt/ibm-hpc-clowderfs
94+ volumeMounts :
95+ - name : minio-storage
96+ mountPath : /clowderfs
Original file line number Diff line number Diff line change 2727 {{- with $.Values.imagePullSecrets }}
2828 imagePullSecrets :
2929 {{- toYaml . | nindent 8 }}
30+ {{- end }}
31+ {{- if .volumes }}
32+ volumes :
33+ {{- toYaml .volumes | nindent 8 }}
3034 {{- end }}
3135 containers :
3236 - name : extractor
5761{{- if .env }}
5862 {{- toYaml .env | nindent 12 }}
5963{{- end }}
64+ {{- if .volumeMounts }}
65+ volumeMounts :
66+ {{- toYaml .volumeMounts | nindent 12 }}
67+ {{- end }}
6068{{- if .resources }}
6169 resources :
6270 {{- toYaml .resources | nindent 12 }}
You can’t perform that action at this time.
0 commit comments