Skip to content

Commit

Permalink
🤞 temporary fix: remove redis persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Sep 2, 2024
1 parent daeb020 commit 0b56142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class MyChart extends PennLabsChart {
}

new RedisApplication(this, 'redis', {
persistData: true,
persistData: false,
})

new DjangoApplication(this, 'celery', {
Expand Down

0 comments on commit 0b56142

Please sign in to comment.