Skip to content

Commit

Permalink
🐛 Update redis.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q authored Feb 4, 2024
1 parent 281d2f6 commit a09f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/kittyhawk/src/application/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class RedisApplication extends Application {
storage: Quantity.fromString("1Gi"),
},
hostPath: {
path: `/${releaseName}/redis`,
path: `/${releaseName}/redis-master`,
},
},
});
Expand Down

0 comments on commit a09f812

Please sign in to comment.