CSIT-1065 High failure rate with K8s/Ligato orchestration
[csit.git] / resources / templates / kubernetes / configmaps / vswitch-agent-cfg.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: vswitch-agent-cfg
5   namespace: csit
6 data:
7   etcd.conf: |
8     insecure-transport: true
9     dial-timeout: 1000000000
10     endpoints:
11       - "172.17.0.1:22379"
12
13   kafka.conf: |
14     addrs:
15       - "172.17.0.1:9092"
16
17   telemetry.conf: |
18     polling-interval: 30000000000
19     disabled: true