15 lines
271 B
YAML
15 lines
271 B
YAML
apiVersion: jaegertracing.io/v1
|
|
kind: Jaeger
|
|
metadata:
|
|
name: jaeger
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
strategy: allInOne
|
|
ingress:
|
|
enabled: false
|
|
allInOne:
|
|
image: jaegertracing/all-in-one:1.22
|
|
options:
|
|
query:
|
|
base-path: /jaeger
|