File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
k8chart-dev/ols4/templates Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2323 operator : In
2424 values :
2525 - hh-rke-wp-webadmin-56-worker-3.caas.ebi.ac.uk
26+ volumes :
27+ - name : {{ .Release.Name }}-import
28+ persistentVolumeClaim :
29+ claimName : {{ .Release.Name }}-import-pvc
2630 containers :
2731 - name : web
2832 image : ghcr.io/ebispot/ols4-backend:{{.Values.imageTag}}
33+ volumeMounts :
34+ - mountPath : " /data_import"
35+ name : {{ .Release.Name }}-import
2936 imagePullPolicy : Always
3037 ports :
3138 - containerPort : 8080
5562 - name : OLS_EMBEDDING_SERVICE_URL
5663 value : http://wwwdev.ebi.ac.uk/spot/embed
5764 - name : OLS_EMBEDDING_PCA_MODELS_DIR
58- value : /data/pca_models
65+ value : /data_import
5966 - name : HTTP_PROXY
6067 value : http://hx-wwwcache.ebi.ac.uk:3128
6168 - name : HTTPS_PROXY
You can’t perform that action at this time.
0 commit comments