Skip to content

Commit 367adff

Browse files
committed
update path for pca models
1 parent 2c9bf37 commit 367adff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

k8chart-dev/ols4/templates/ols4-backend-deployment.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,16 @@ spec:
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
@@ -55,7 +62,7 @@ spec:
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

0 commit comments

Comments
 (0)