Skip to content

Commit

Permalink
scale up backend a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rohangpta committed Aug 23, 2023
1 parent c13399e commit 5a3f683
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 @@ -22,7 +22,7 @@ export class MyChart extends PennLabsChart {
deployment: {
image: backendImage,
cmd: ['/usr/local/bin/asgi-run'],
replicas: 1,
replicas: 2,
secret: clubsSecret,
env: [
{ name: 'REDIS_HOST', value: 'penn-clubs-redis' },
Expand Down

0 comments on commit 5a3f683

Please sign in to comment.