From 226fd3c46a1e49b721db56f15e298bc53da11fb0 Mon Sep 17 00:00:00 2001 From: Wilhelm <43452613+Sinrefvol@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:43:39 +0100 Subject: [PATCH] fix(radix): disabled streaming on workers (#134) Co-authored-by: Wilhelm --- radixconfig.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/radixconfig.yaml b/radixconfig.yaml index b1f19dce..fa4ef791 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -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 @@ -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