1--- 2kind: ConfigMap 3apiVersion: v1 4metadata: 5 name: foobar 6 annotations: 7 "getambassador.io/consul-resolver": "true" 8data: 9 consulAddress: "consul:8500" 10 datacenter: "dc1" 11 service: "foobar"
View as plain text