Skip to content

Commit

Permalink
fix(radix): disabled streaming on workers (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Wilhelm <[email protected]>
  • Loading branch information
Sinrefvol and Wilhelm authored Nov 9, 2023
1 parent cca5756 commit 226fd3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,16 @@ spec:
protocol: fuse2
container: models
uid: 1000
streaming:
enabled: false
- name: pepm-nrresqml-worker-storage-dev
path: /mnt/azure-storage/worker
blobfuse2:
protocol: fuse2
container: nrresqml
uid: 1000
streaming:
enabled: false
- name: pepm-nrchannest
image: ghcr.io/equinor/pepm-worker-api/pepm-nrchannest:latest
schedulerPort: 8090
Expand All @@ -104,12 +108,16 @@ spec:
protocol: fuse2
container: models
uid: 1000
streaming:
enabled: false
- name: pepm-nrchannest-worker-storage-dev
path: /mnt/azure-storage/worker
blobfuse2:
protocol: fuse2
container: nrchannest
uid: 1000
streaming:
enabled: false
privateImageHubs:
ghcr.io:
username: hakoneriksson
Expand Down

0 comments on commit 226fd3c

Please sign in to comment.