Skip to content

Commit

Permalink
use standalone redis
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Sep 2, 2024
1 parent 2255cc5 commit d2b7e7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ backend:
minAvailable: 1 # the minimum number of pods that must be available during the disruption budget.

redis:
architecture: standalone
global:
storageClass: netapp-block-standard
enabled: true
Expand All @@ -70,7 +71,7 @@ redis:
persistence:
enabled: true
accessMode: ReadWriteOnce
size: 200Mi
size: 100Mi
persistentVolumeClaimRetentionPolicy:
enabled: true
whenDeleted: Delete
Expand All @@ -83,7 +84,7 @@ redis:
accessMode: ReadWriteOnce
size: 200Mi
sentinel:
enabled: true
enabled: false
replicas: 3
podSecurityContext: {}
containerSecurityContext: {}
Expand Down

0 comments on commit d2b7e7a

Please sign in to comment.