File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export class MyChart extends PennLabsChart {
23
23
deployment : {
24
24
image : backendImage ,
25
25
cmd : [ '/usr/local/bin/asgi-run' ] ,
26
- replicas : 1 ,
26
+ replicas : 2 ,
27
27
secret,
28
28
env : [
29
29
{ name : 'REDIS_URL' , value : 'redis://office-hours-queue-redis:6379' } ,
@@ -37,7 +37,7 @@ export class MyChart extends PennLabsChart {
37
37
new DjangoApplication ( this , 'django-wsgi' , {
38
38
deployment : {
39
39
image : backendImage ,
40
- replicas : 1 ,
40
+ replicas : 2 ,
41
41
secret,
42
42
env : [
43
43
{ name : 'REDIS_URL' , value : 'redis://office-hours-queue-redis:6379' } ,
@@ -51,7 +51,7 @@ export class MyChart extends PennLabsChart {
51
51
new ReactApplication ( this , 'react' , {
52
52
deployment : {
53
53
image : frontendImage ,
54
- replicas : 1 ,
54
+ replicas : 2 ,
55
55
} ,
56
56
ingressProps,
57
57
domain : { host : domain , paths : [ '/' ] } ,
You can’t perform that action at this time.
0 commit comments