Skip to content

Instantly share code, notes, and snippets.

@kevinearls
Created June 25, 2020 14:39
Show Gist options
  • Save kevinearls/6adf53a514fff373e7ec0c147f1c3be3 to your computer and use it in GitHub Desktop.
Save kevinearls/6adf53a514fff373e7ec0c147f1c3be3 to your computer and use it in GitHub Desktop.
apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
name: simple-prod
spec:
strategy: production
storage:
type: elasticsearch
options:
es:
server-urls: https://quickstart-es-http.default.svc:9200
index-prefix: my-prefix
tls:
ca: /es/certificates/ca.crt
secretName: jaeger-secret
volumeMounts:
- name: certificates
mountPath: /es/certificates/
readOnly: true
volumes:
- name: certificates
secret:
secretName: quickstart-es-http-certs-public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment