go.ligato.io/vpp-agent/v3@v3.5.0/k8s/perf-demo/scenario4/vswitch/vswitch-agent-cfg.yaml (about)

     1  ---
     2  apiVersion: v1
     3  kind: ConfigMap
     4  metadata:
     5    name: vswitch-agent-cfg
     6  data:
     7    etcd.conf: |
     8      insecure-transport: true
     9      dial-timeout: 1s
    10      endpoints:
    11       - "172.17.0.1:22379"
    12    kafka.conf: |
    13      addrs:
    14       - "172.17.0.1:9092"