Skip to content

Commit 7fdcdae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/main.ts

+1-1
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)