add api port and ring log size values to the config map

This commit is contained in:
Murat Kabilov 2017-08-15 12:37:58 +02:00
parent 82d5583809
commit 228639b839
1 changed files with 2 additions and 0 deletions

View File

@ -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"