Files
connected-home/helm/jaeger/values.yaml
Steve Sampson 9d0ba88225 Minimum Working Distributed Tracing
* This is super ugly / hacky... there's got to be a middleware /
  interceptor for tonic gRPC that can do this. If not, perhaps I'll
  write one...
2022-09-21 18:11:03 -03:00

53 lines
738 B
YAML

replicaCount: 1
image:
name: jaeger
repository: jaegertracing/all-in-one
pullPolicy: IfNotPresent
tag: "latest"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: "jaeger"
serviceAccount:
create: true
annotations: {}
name: ""
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
service:
type: ClusterIP
port: 6831
protocol: UDP
name: thrift
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
resources: {}
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}