diff --git a/src/test/resources/fixtures/manifest/dev-testapp-duplicate-endpoint.json b/src/test/resources/fixtures/manifest/dev-testapp-duplicate-endpoint.json index 97479703..09878742 100644 --- a/src/test/resources/fixtures/manifest/dev-testapp-duplicate-endpoint.json +++ b/src/test/resources/fixtures/manifest/dev-testapp-duplicate-endpoint.json @@ -160,7 +160,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev", diff --git a/src/test/resources/fixtures/manifest/dev-testapp-dynamicConfig.json b/src/test/resources/fixtures/manifest/dev-testapp-dynamicConfig.json index e34dd058..517fd83a 100644 --- a/src/test/resources/fixtures/manifest/dev-testapp-dynamicConfig.json +++ b/src/test/resources/fixtures/manifest/dev-testapp-dynamicConfig.json @@ -163,7 +163,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev", diff --git a/src/test/resources/fixtures/manifest/dev-testapp.json b/src/test/resources/fixtures/manifest/dev-testapp.json index 1e405c84..99c55dd0 100644 --- a/src/test/resources/fixtures/manifest/dev-testapp.json +++ b/src/test/resources/fixtures/manifest/dev-testapp.json @@ -160,7 +160,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev", diff --git a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-create-or-update.json b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-create-or-update.json index 2d525f7f..88ed8062 100644 --- a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-create-or-update.json +++ b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-create-or-update.json @@ -163,7 +163,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev", diff --git a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-render.json b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-render.json index e2425984..ac2460b2 100644 --- a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-render.json +++ b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-dynamicConfig-render.json @@ -157,7 +157,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev", diff --git a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get-with-no-super-secret-access.json b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get-with-no-super-secret-access.json index eda5a060..c9e90d6f 100644 --- a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get-with-no-super-secret-access.json +++ b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get-with-no-super-secret-access.json @@ -151,7 +151,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev", diff --git a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get.json b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get.json index 8fcc6408..c1c94bb8 100644 --- a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get.json +++ b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-get.json @@ -152,7 +152,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev", diff --git a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-update.json b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-update.json index 15e006f8..ab057ac2 100644 --- a/src/test/resources/fixtures/manifest/expected_output/dev-testapp-update.json +++ b/src/test/resources/fixtures/manifest/expected_output/dev-testapp-update.json @@ -158,7 +158,7 @@ } }, "hpa": { - "maxReplicas": 4, + "maxReplicas": 3, "minReplicas": 2 }, "namespace": "dev",