Skip to content

Commit

Permalink
Install zstd in silo-preprocessing docker image in kubernetes config
Browse files Browse the repository at this point in the history
* check if zstd can be installed after container set up.
  • Loading branch information
anna-parker authored Sep 13, 2024
1 parent 06f877a commit bc59479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kubernetes/loculus/templates/lapis-silo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ spec:
memory: "20Mi"
command:
- sh
- /silo_import_wrapper.sh
- -c
- |
apt-get update && apt-get install -y zstd && sh /silo_import_wrapper.sh
env:
- name: BACKEND_BASE_URL
{{- if $.Values.disableBackend }}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ insecureCookies: false
bannerMessage: "This is a demonstration environment. It may contain non-accurate test data and should not be used for real-world applications. Data will be deleted regularly."
additionalHeadHTML: '<script defer data-domain="loculus.org" src="https://plausible.io/js/script.js"></script>'
images:
lapisSilo: "ghcr.io/genspectrum/lapis-silo:commit-f7b38154eb93106f2d9a6b9c97e34492248e1500"
lapisSilo: "ghcr.io/genspectrum/lapis-silo:0.2.17"
lapis: "ghcr.io/genspectrum/lapis:0.3.1"
secrets:
smtp-password:
Expand Down

0 comments on commit bc59479

Please sign in to comment.