Skip to content

Commit

Permalink
Roll back Redis until new Kittyhawk Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Oct 21, 2023
1 parent 05ce4af commit 242683a
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,7 @@ export class MyChart extends PennLabsChart {
}
}

new RedisApplication(this, 'redis', {
deployment: {
cmd: ['redis-server', '/redis-master/redis.conf'],
secretMounts: [
{
name: 'config',
mountPath: '/redis-master',
},
{
name: 'data',
mountPath: 'redis-master-data',
}
],
env: [{
name: "MASTER",
value: "true",
}],
},

});
new RedisApplication(this, 'redis', {});

new DjangoApplication(this, 'django-wsgi', {
deployment: {
Expand Down

0 comments on commit 242683a

Please sign in to comment.