From 228639b8391b24227945600a51aadea8be36f9f8 Mon Sep 17 00:00:00 2001 From: Murat Kabilov Date: Tue, 15 Aug 2017 12:37:58 +0200 Subject: [PATCH] add api port and ring log size values to the config map --- manifests/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/configmap.yaml b/manifests/configmap.yaml index 270df6b0e..c7d770c69 100644 --- a/manifests/configmap.yaml +++ b/manifests/configmap.yaml @@ -29,3 +29,5 @@ data: teams_api_url: http://fake-teams-api.default.svc.cluster.local workers: "4" enable_load_balancer: "true" + api_port: "8080" + ring_log_lines: "100"