We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d78f6 commit ea27a81Copy full SHA for ea27a81
cluster/expected/infra/expected.json
@@ -1218,7 +1218,7 @@
1218
}
1219
},
1220
"autoscaling": {
1221
- "maxReplicas": 10
+ "maxReplicas": 15
1222
1223
"podDisruptionBudget": {
1224
"maxUnavailable": 1
@@ -1303,7 +1303,7 @@
1303
1304
1305
1306
1307
1308
1309
cluster/pulumi/infra/src/istio.ts
@@ -319,7 +319,7 @@ function configureGatewayService(
319
320
321
autoscaling: {
322
- maxReplicas: 10,
+ maxReplicas: 15,
323
324
podDisruptionBudget: {
325
maxUnavailable: 1,
0 commit comments