Skip to content

Instantly share code, notes, and snippets.

@phantomjinx
Created October 6, 2020 18:46
Show Gist options
  • Save phantomjinx/f24bce08f4fd274af18fe974002b6c3f to your computer and use it in GitHub Desktop.
Save phantomjinx/f24bce08f4fd274af18fe974002b6c3f to your computer and use it in GitHub Desktop.
apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
labels:
app: syndesis
syndesis.io/app: syndesis
syndesis.io/type: infrastructure
syndesis.io/component: jaeger
name: syndesis-jaeger
spec:
strategy: allInOne
allInOne:
options:
memory:
max-traces: 100000
ingress:
enabled: false
apiVersion: syndesis.io/v1beta1
kind: Syndesis
metadata:
name: app
spec:
addons:
jaeger:
enabled: true
clientOnly: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment