Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 26, 2024
1 parent 43100eb commit e7bb7bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kubernetes/loculus/templates/lapis-silo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ spec:
- name: lapis-silo-shared-data
mountPath: /data
- name: lapis
image: ghcr.io/genspectrum/lapis-v2:latest
image: mendhak/http-https-echo
env:
- name: HTTP_PORT
value: 8080
ports:
- containerPort: 8080
args:
Expand Down

0 comments on commit e7bb7bb

Please sign in to comment.