Skip to content

Commit

Permalink
Pull always
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Jul 23, 2024
1 parent bedd78d commit ba6e994
Showing 1 changed file with 3 additions and 1 deletion.
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 @@ -27,6 +27,7 @@ spec:
containers:
- name: silo
image: {{ $.Values.images.lapisSilo }}
imagePullPolicy: Always
resources:
requests:
memory: "100Mi"
Expand All @@ -42,6 +43,7 @@ spec:
mountPath: /data
- name: lapis
image: {{ $.Values.images.lapis }}
imagePullPolicy: Always
resources:
requests:
memory: "220Mi"
Expand Down Expand Up @@ -79,7 +81,7 @@ spec:
timeoutSeconds: 5
- name: silo-preprocessing
image: {{ $.Values.images.lapisSilo }}
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
resources:
limits:
memory: "10Gi"
Expand Down

0 comments on commit ba6e994

Please sign in to comment.