Skip to content

Instantly share code, notes, and snippets.

@masroorhasan
Created July 21, 2018 19:31
Show Gist options
  • Save masroorhasan/40f03b2992623e546d57b44e3ba06875 to your computer and use it in GitHub Desktop.
Save masroorhasan/40f03b2992623e546d57b44e3ba06875 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: jaeger-configuration
namespace: monitoring
labels:
app: jaeger
jaeger-infra: configuration
data:
span-storage-type: elasticsearch
collector: |
es:
server-urls: http://elasticsearch:9200
collector:
zipkin:
http-port: 9411
query: |
es:
server-urls: http://elasticsearch:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment