diff --git a/k8s/main.ts b/k8s/main.ts index 98f01c587..b0622d6e4 100644 --- a/k8s/main.ts +++ b/k8s/main.ts @@ -31,7 +31,7 @@ export class MyChart extends PennLabsChart { new DjangoApplication(this, 'django-wsgi', { deployment: { image: backendImage, - replicas: 4, + replicas: 9, secret: clubsSecret, env: [ { name: 'REDIS_HOST', value: 'penn-clubs-redis' }, @@ -60,7 +60,7 @@ export class MyChart extends PennLabsChart { new ReactApplication(this, 'react', { deployment: { image: frontendImage, - replicas: 3, + replicas: 5, }, domain: { host: clubsDomain, paths: ['/'] }, port: 80,