Closed codefromthecrypt closed 7 years ago
This changes the zipkin-ui image to rewrite nginx configuration on start based on the ZIPKIN_BASE_URL variable, which defaults to 'http://zipkin:9411'. Users can change this variable to point at a different zipkin host such as a kubernetes pod.
ZIPKIN_BASE_URL
See https://github.com/openzipkin/zipkin-ui/pull/38 Fixes #134
tested locally and well.. finally works!
This changes the zipkin-ui image to rewrite nginx configuration on start based on the
ZIPKIN_BASE_URL
variable, which defaults to 'http://zipkin:9411'. Users can change this variable to point at a different zipkin host such as a kubernetes pod.See https://github.com/openzipkin/zipkin-ui/pull/38 Fixes #134