Skip to content

Commit

Permalink
Merge pull request #384 from LCOGT/fix/file-cache
Browse files Browse the repository at this point in the history
Revert "Include file caching for the e2e tests."
  • Loading branch information
mgdaily authored Feb 22, 2024
2 parents 972bf4b + c5b7b06 commit 95ebdc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/banzai/templates/listener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ spec:
- "--db-address=$(DB_ADDRESS)"
- "--broker-url=$(FITS_BROKER)"
- "--queue-name=$(QUEUE_NAME)"
- "--no-file-cache"
env:
{{- include "banzai.Env" . | nindent 12 }}
resources:
Expand Down Expand Up @@ -127,6 +128,7 @@ spec:
- "--db-address=$(DB_ADDRESS)"
- "--broker-url=$(FITS_BROKER)"
- "--log-level=info"
- "--no-file-cache"
env:
{{- include "banzai.Env" . | nindent 12 }}
resources:
Expand Down

0 comments on commit 95ebdc8

Please sign in to comment.