14 lines
275 B
YAML
14 lines
275 B
YAML
|
apiVersion: dapr.io/v1alpha1
|
||
|
kind: Configuration
|
||
|
metadata:
|
||
|
name: daprConfig
|
||
|
spec:
|
||
|
nameResolution:
|
||
|
component: "consul"
|
||
|
configuration:
|
||
|
selfRegister: true
|
||
|
tracing:
|
||
|
samplingRate: "1"
|
||
|
zipkin:
|
||
|
endpointAddress: "http://localhost:9411/api/v2/spans"
|