From 6ef9a8111b97473fc5e935a9ef5aa9c8e78ca4c7 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 19 Feb 2024 10:24:22 +0100 Subject: [PATCH] switch kv store direct access to false, https://github.com/owncloud/ocis/issues/8432 --- deployments/ocis-nats/streams/ocis.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/deployments/ocis-nats/streams/ocis.yaml b/deployments/ocis-nats/streams/ocis.yaml index 34d528a62..06b7711e1 100644 --- a/deployments/ocis-nats/streams/ocis.yaml +++ b/deployments/ocis-nats/streams/ocis.yaml @@ -55,7 +55,7 @@ spec: maxMsgsPerSubject: 1 name: KV_cache-userinfo noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -84,7 +84,7 @@ spec: maxMsgsPerSubject: 1 name: KV_userlog noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -113,7 +113,7 @@ spec: maxMsgsPerSubject: 1 name: KV_postprocessing noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -142,7 +142,7 @@ spec: maxMsgsPerSubject: 1 name: KV_ids-storage-users noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -171,7 +171,7 @@ spec: maxMsgsPerSubject: 1 name: KV_storage-users noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -200,7 +200,7 @@ spec: maxMsgsPerSubject: 1 name: KV_eventhistory noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -229,7 +229,7 @@ spec: maxMsgsPerSubject: 1 name: KV_service-registry noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -258,7 +258,7 @@ spec: maxMsgsPerSubject: 1 name: KV_settings-cache noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3 @@ -286,7 +286,7 @@ spec: maxMsgsPerSubject: 1 name: KV_storage-system noAck: false - allowDirect: true + allowDirect: false preventDelete: false preventUpdate: false replicas: 3