Skip to content

Commit ea27a81

Browse files
Bump istio maxReplicas (#1122)
Signed-off-by: Julien Tinguely <julien.tinguely@digitalasset.com>
1 parent b2d78f6 commit ea27a81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cluster/expected/infra/expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@
12181218
}
12191219
},
12201220
"autoscaling": {
1221-
"maxReplicas": 10
1221+
"maxReplicas": 15
12221222
},
12231223
"podDisruptionBudget": {
12241224
"maxUnavailable": 1
@@ -1303,7 +1303,7 @@
13031303
}
13041304
},
13051305
"autoscaling": {
1306-
"maxReplicas": 10
1306+
"maxReplicas": 15
13071307
},
13081308
"podDisruptionBudget": {
13091309
"maxUnavailable": 1

cluster/pulumi/infra/src/istio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ function configureGatewayService(
319319
},
320320
},
321321
autoscaling: {
322-
maxReplicas: 10,
322+
maxReplicas: 15,
323323
},
324324
podDisruptionBudget: {
325325
maxUnavailable: 1,

0 commit comments

Comments
 (0)