add api port and ring log size values to the config map
This commit is contained in:
parent
82d5583809
commit
228639b839
|
|
@ -29,3 +29,5 @@ data:
|
||||||
teams_api_url: http://fake-teams-api.default.svc.cluster.local
|
teams_api_url: http://fake-teams-api.default.svc.cluster.local
|
||||||
workers: "4"
|
workers: "4"
|
||||||
enable_load_balancer: "true"
|
enable_load_balancer: "true"
|
||||||
|
api_port: "8080"
|
||||||
|
ring_log_lines: "100"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue