From 8cd5a6b5a78a97a31b195962c00d3e5f05c28958 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 26 Sep 2019 06:33:23 +0200 Subject: [PATCH] Koschei: enable resolver deploymentconfigs --- roles/openshift-apps/koschei/vars/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/koschei/vars/production.yml b/roles/openshift-apps/koschei/vars/production.yml index 80823cfa98..145476a4d7 100644 --- a/roles/openshift-apps/koschei/vars/production.yml +++ b/roles/openshift-apps/koschei/vars/production.yml @@ -17,6 +17,6 @@ koschei_frontend_replicas: 2 koschei_backend_services: - { name: polling, cpu: [ 1000, 1500 ], memory: [ 256, 512 ] } - { name: scheduler, cpu: [ 200, 500 ], memory: [ 64, 128 ] } -# - { name: build-resolver, cpu: [ 1000, 1500 ], memory: [ 1024, 4096 ] } -# - { name: repo-resolver, cpu: [ 2000, 8000 ], memory: [ 1024, 4096 ] } + - { name: build-resolver, cpu: [ 1000, 1500 ], memory: [ 1024, 4096 ] } + - { name: repo-resolver, cpu: [ 2000, 8000 ], memory: [ 1024, 4096 ] } - { name: watcher, cpu: [ 1000, 1500 ], memory: [ 256, 512 ] }