Skip to content

Commit

Permalink
Add Persistent Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Oct 26, 2023
1 parent b0954dd commit 4e8d129
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export class MyChart extends PennLabsChart {
deployment: {
image: 'redis/redis-stack-server',
tag: '6.2.6-v6'
}
},
persistData: true,
});

new DjangoApplication(this, 'celery', {
Expand Down
2 changes: 1 addition & 1 deletion k8s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"upgrade:next": "npm i cdk8s@next cdk8s-cli@next"
},
"dependencies": {
"@pennlabs/kittyhawk": "^1.1.8",
"@pennlabs/kittyhawk": "^1.1.9",
"cdk8s": "^2.2.63",
"constructs": "^10.0.119"
},
Expand Down
8 changes: 4 additions & 4 deletions k8s/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@pennlabs/kittyhawk@^1.1.8":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@pennlabs/kittyhawk/-/kittyhawk-1.1.8.tgz#4bb509b94b50f7e237a2f81b864aea92dc5228b2"
integrity sha512-YiNSXHr9j1u9VxAItslzTY1yvKc57PZ6+ypQ9JIlB/TBg/l/YpVCqhqlRmm/PcrRIogq8bNvpRzVowX53VE0FQ==
"@pennlabs/kittyhawk@^1.1.9":
version "1.1.9"
resolved "https://registry.yarnpkg.com/@pennlabs/kittyhawk/-/kittyhawk-1.1.9.tgz#843c72bf8a45a14c7017f67fade3859bb842933a"
integrity sha512-1kmxRuy5KPCD2/MLu2lKafWPT60RNDdQ4XYON/e0p5zB+nvWowzzdGY/O3udqGBewtwYMVRKd96Ys/m9Zyc8yw==
dependencies:
cdk8s "^2.2.59"
cdk8s-cli "^1.0.143"
Expand Down

0 comments on commit 4e8d129

Please sign in to comment.