Skip to content

Commit

Permalink
⬇️ Scale down
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Jul 8, 2023
1 parent daf9ff9 commit 06051f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class MyChart extends PennLabsChart {
new ReactApplication(this, 'react', {
deployment: {
image: frontendImage,
replicas: 2,
replicas: 1,
},
domain: {
host: domain,
Expand Down

0 comments on commit 06051f6

Please sign in to comment.