summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2018-09-06 09:00:55 +0200
committerGitHub <noreply@github.com>2018-09-06 09:00:55 +0200
commit45e01205360dae0f77f050162455d86229ec2b8a (patch)
tree2c14210b6bc0235c11a76a82fa7a0447fdcdbaf1 /controller-server
parentaa6af163c12947acb32980f76b176ed1d6e39a6d (diff)
Revert "Even smaller container!"
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java2
-rw-r--r--controller-server/src/test/resources/test_runner_services.xml-cd2
2 files changed, 2 insertions, 2 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java
index 755bc191c1a..48a249b3a4c 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java
@@ -501,7 +501,7 @@ public class InternalStepRunner implements StepRunner {
" </filtering>\n" +
" </http>\n" +
"\n" +
- " <nodes count=\"1\" flavor=\"d-0-2-25\" />\n" +
+ " <nodes count=\"1\" flavor=\"d-0-4-50\" />\n" +
" </container>\n" +
"</services>\n";
diff --git a/controller-server/src/test/resources/test_runner_services.xml-cd b/controller-server/src/test/resources/test_runner_services.xml-cd
index 06311c09b5b..0bc7aaabbd6 100644
--- a/controller-server/src/test/resources/test_runner_services.xml-cd
+++ b/controller-server/src/test/resources/test_runner_services.xml-cd
@@ -37,6 +37,6 @@
</filtering>
</http>
- <nodes count="1" flavor="d-0-2-25" />
+ <nodes count="1" flavor="d-0-4-50" />
</container>
</services>