Skip to content

Commit

Permalink
Add mount of blob storage cache
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Oct 24, 2023
1 parent 38ddee3 commit b21bcd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ spec:
variables:
UVICORN_PORT: 8000
UVICORN_ENTRYPOINT: src.backend.user_session.main:app
volumeMounts:
- name: webvizcache
path: /tmp/webvizcache/
blobfuse2:
container: cache
uid: 1234
dnsAppAlias:
environment: prod
component: frontend

0 comments on commit b21bcd8

Please sign in to comment.