Skip to content

Commit 3c3d5ed

Browse files
authored
Merge pull request #263 from EBI-Metagenomics/Hotfix/Temperorary-Web-Cli-Deployment
Correction of PR #262
2 parents 4f414f3 + 28a0c29 commit 3c3d5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/ebi-wp-k8s-hl/ebi-wp-k8s-hl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ items:
441441
claimName: npm-cache-pvc
442442
containers:
443443
- name: webclient-app
444-
image: quay.io/microbiome-informatics/ebi-metagenomics-client@sha256:3219c806f92dd0d5a791648a1fc95abe5bb7784660c2a7c042cbc6916a8c05ff
444+
image: quay.io/microbiome-informatics/nginx:1.26
445445
imagePullPolicy: IfNotPresent
446446
ports:
447447
- containerPort: 80
@@ -470,7 +470,7 @@ items:
470470
periodSeconds: 600
471471
initContainers:
472472
- name: webclient-build
473-
image: quay.io/microbiome-informatics/node:22
473+
image: quay.io/microbiome-informatics/ebi-metagenomics-client@sha256:3219c806f92dd0d5a791648a1fc95abe5bb7784660c2a7c042cbc6916a8c05ff
474474
imagePullPolicy: IfNotPresent
475475
resources:
476476
requests:

0 commit comments

Comments
 (0)