Skip to content

Commit 7fdcdae

Browse files
authored
⬇️ Reduce num react pods
1 parent 26a59db commit 7fdcdae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

k8s/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class MyChart extends PennLabsChart {
5151
new ReactApplication(this, 'react', {
5252
deployment: {
5353
image: frontendImage,
54-
replicas: 2,
54+
replicas: 1,
5555
},
5656
ingressProps,
5757
domain: { host: domain, paths: ['/'] },

0 commit comments

Comments
 (0)