Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix(chart): update port for Zipkin Pod and Service
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Jun 25, 2020
1 parent a9ca141 commit d011f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/osm/templates/zipkin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
- name: zipkin
image: openzipkin/zipkin:2.21.4
ports:
- containerPort: {{.Values.OpenServiceMesh.grafana.port}}
- containerPort: {{.Values.OpenServiceMesh.zipkin.port}}
4 changes: 2 additions & 2 deletions charts/osm/templates/zipkin-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
app: zipkin
ports:
- protocol: TCP
port: {{.Values.OpenServiceMesh.grafana.port}}
targetPort: {{.Values.OpenServiceMesh.grafana.port}}
port: {{.Values.OpenServiceMesh.zipkin.port}}
targetPort: {{.Values.OpenServiceMesh.zipkin.port}}
type: ClusterIP

0 comments on commit d011f68

Please sign in to comment.