mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-23 08:33:09 +00:00
10 lines
284 B
Text
10 lines
284 B
Text
# jaeger-dev.yaml
|
|
apiVersion: jaegertracing.io/v1
|
|
kind: Jaeger
|
|
metadata:
|
|
name: jaeger-dev
|
|
namespace: observability
|
|
spec:
|
|
strategy: allInOne # single pod with agent, collector & query
|
|
ingress:
|
|
enabled: false # set true + host rules if you use Ingress
|