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 fa6abea commit 88de710
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 @@ -28,7 +28,7 @@ export class MyChart extends PennLabsChart {
deployment: {
image: backendImage,
secret,
replicas: 2,
replicas: 1,
},
djangoSettingsModule: 'PennCourses.settings.production',
ingressProps: {
Expand Down

0 comments on commit 88de710

Please sign in to comment.