microservices-demo/kubernetes-manifests
Dmitrii Anoshin 5a978abc74
Enable Jaeger tracing for go services (#5)
Go services are instrumented with jaeger already. Send traces to an agent running on the host.
2020-05-07 10:14:08 -07:00
..
adservice.yaml Enable Jaeger tracing for go services (#5) 2020-05-07 10:14:08 -07:00
cartservice.yaml Fix local development setup (#4) 2020-05-06 16:57:53 -07:00
checkoutservice.yaml Enable Jaeger tracing for go services (#5) 2020-05-07 10:14:08 -07:00
currencyservice.yaml Fix local development setup (#4) 2020-05-06 16:57:53 -07:00
emailservice.yaml Fix local development setup (#4) 2020-05-06 16:57:53 -07:00
frontend.yaml Enable Jaeger tracing for go services (#5) 2020-05-07 10:14:08 -07:00
loadgenerator.yaml Fix local development setup (#4) 2020-05-06 16:57:53 -07:00
paymentservice.yaml Fix local development setup (#4) 2020-05-06 16:57:53 -07:00
productcatalogservice.yaml Enable Jaeger tracing for go services (#5) 2020-05-07 10:14:08 -07:00
README.md hack: remove redundant license headers in release (#171) 2019-03-07 09:54:56 -08:00
recommendationservice.yaml Fix local development setup (#4) 2020-05-06 16:57:53 -07:00
redis.yaml Fix local development setup (#4) 2020-05-06 16:57:53 -07:00
shippingservice.yaml Enable Jaeger tracing for go services (#5) 2020-05-07 10:14:08 -07:00

./kubernetes-manifests

⚠️ Kubernetes manifests provided in this directory are not directly deployable to a cluster. They are meant to be used with skaffold command to insert the correct image: tags.

Use the manifests in /release directory which are configured with pre-built public images.