From 87284ea91a3a29f243e45f155c9a1430330b08e7 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 16 May 2019 23:30:19 +0200 Subject: [PATCH] raise pod-per-core and set the nodeport range --- prod.hosts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prod.hosts b/prod.hosts index 14bdc21..3ae15df 100644 --- a/prod.hosts +++ b/prod.hosts @@ -76,3 +76,9 @@ openshift_disable_check=docker_image_availability # Inject the MAVEN_MIRROR_URL in all builds openshift_builddefaults_json='{"BuildDefaults":{"configuration":{"apiVersion":"v1","env":[{"name":"MAVEN_MIRROR_URL","value":"http://nexus.factory.svc.cluster.local:8081/repository/maven-all-public/"}],"kind":"BuildDefaultsConfig"}}}' + +# Raise the pod-per-core and max-pods limits +openshift_node_kubelet_args='{"pods-per-core":["40"]}' + +# Set the NodePort range for Bittorrent use +openshift_node_port_range="6881-6999"