Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch kv store direct access to false #488

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions deployments/ocis-nats/streams/ocis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_cache-userinfo
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_userlog
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -113,7 +113,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_postprocessing
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_ids-storage-users
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_storage-users
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -200,7 +200,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_eventhistory
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -229,7 +229,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_service-registry
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -258,7 +258,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_settings-cache
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down Expand Up @@ -286,7 +286,7 @@ spec:
maxMsgsPerSubject: 1
name: KV_storage-system
noAck: false
allowDirect: true
allowDirect: false
preventDelete: false
preventUpdate: false
replicas: 3
Expand Down