We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a59db commit 7fdcdaeCopy full SHA for 7fdcdae
1 file changed
k8s/main.ts
@@ -51,7 +51,7 @@ export class MyChart extends PennLabsChart {
51
new ReactApplication(this, 'react', {
52
deployment: {
53
image: frontendImage,
54
- replicas: 2,
+ replicas: 1,
55
},
56
ingressProps,
57
domain: { host: domain, paths: ['/'] },
0 commit comments