Skip to content

Commit

Permalink
Merge branch 'main' into pointer-up-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms authored Oct 25, 2023
2 parents aa9b983 + dd075c1 commit 8f4d7fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,22 @@ spec:
variables:
UVICORN_PORT: 8000
UVICORN_ENTRYPOINT: src.backend.user_session.main:app
environmentConfig:
# As of October 2023 in radix, these settings need to be duplicated for both environments.
- environment: prod
volumeMounts:
- name: webvizcache
path: /tmp/webvizcache/
blobfuse2:
container: cache
uid: 1234
- environment: review
volumeMounts:
- name: webvizcache
path: /tmp/webvizcache/
blobfuse2:
container: cache
uid: 1234
dnsAppAlias:
environment: prod
component: frontend

0 comments on commit 8f4d7fd

Please sign in to comment.