Skip to content

Commit

Permalink
Disabled caching-writes in clouddriver.yml for ro & rw
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-agrawal committed Nov 16, 2023
1 parent ee036c7 commit 1450028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clouddriver-web/config/clouddriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ redis:
connection: ${services.redisRo.baseUrl:${services.redis.baseUrl}}

caching:
writeEnabled: true
writeEnabled: false

---
# This profile is used in HA deployments for a clouddriver that handles mutating requests from
Expand All @@ -389,4 +389,4 @@ spring:
on-profile: rw

caching:
writeEnabled: true
writeEnabled: false

0 comments on commit 1450028

Please sign in to comment.