Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q authored Oct 8, 2024
1 parent 521441e commit 59763e4
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: 2,
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: 2,
},
domain: { host: clubsDomain, paths: ['/'] },
port: 80,
Expand Down

0 comments on commit 59763e4

Please sign in to comment.