Skip to content

Commit

Permalink
⬆️ Scale Up (2024 Fall Edition)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q authored and anli5005 committed Sep 20, 2024
1 parent 4244b27 commit cb4104e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit cb4104e

Please sign in to comment.