Skip to content

Commit

Permalink
Merge pull request #156 from rtang03/issue18-2
Browse files Browse the repository at this point in the history
debug jaeger
  • Loading branch information
rtang03 committed Dec 14, 2021
2 parents 2b5cee5 + d6079ad commit 85cfcb4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: jaeger
version: 0.1.22
version: 0.1.23
description: Jaeger tracing tool
type: application
appVersion: "1.27.0"
Expand All @@ -12,5 +12,5 @@ maintainers:
email: "ask@dashslab.com"
annotations:
artifacthub.io/changes: |
- "add service port"
- "remove health check"
artifacthub.io/prerelease: "true"
2 changes: 1 addition & 1 deletion charts/jaeger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Jaeger tracing tool

![Version: 0.1.22](https://img.shields.io/badge/Version-0.1.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.27.0](https://img.shields.io/badge/AppVersion-1.27.0-informational?style=flat-square)
![Version: 0.1.23](https://img.shields.io/badge/Version-0.1.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.27.0](https://img.shields.io/badge/AppVersion-1.27.0-informational?style=flat-square)

## Additional Information

Expand Down
18 changes: 10 additions & 8 deletions charts/jaeger/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,22 @@ spec:
value: "50000"
- name: QUERY_BASE_PATH
value: /jaeger
- name: BADGER_SPAN_STORE_TTL
value: "48h0m0s"
ports:
{{- range .Values.service.ports }}
- name: {{ .name }}
containerPort: {{ .targetPort }}
protocol: {{ .protocol }}
{{- end }}
livenessProbe:
httpGet:
path: /
port: 14269
readinessProbe:
httpGet:
path: /
port: 14269
{{/* livenessProbe:*/}}
{{/* httpGet:*/}}
{{/* path: /*/}}
{{/* port: 14269*/}}
{{/* readinessProbe:*/}}
{{/* httpGet:*/}}
{{/* path: /*/}}
{{/* port: 14269*/}}
volumeMounts:
- name: data
mountPath: {{ .Values.persistence.mountPath }}
Expand Down

0 comments on commit 85cfcb4

Please sign in to comment.