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 committed Oct 24, 2023
1 parent 98ccb70 commit aa6cb5f
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 @@ -63,6 +63,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 aa6cb5f

Please sign in to comment.