Skip to content

Commit

Permalink
corootCE: add nodePort to service
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Apr 3, 2023
1 parent 636c99a commit 428d719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/coroot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: coroot
description: A monitoring and troubleshooting tool for microservice architectures.
type: application
version: 0.2.14
version: 0.2.15
appVersion: "0.14.9"
dependencies:
- name: prometheus
Expand Down
3 changes: 3 additions & 0 deletions charts/coroot/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
type: {{ .Values.corootCE.service.type }}
ports:
- port: {{ .Values.corootCE.service.port }}
{{- if .Values.corootCE.service.nodePort }}
nodePort: {{ .Values.corootCE.service.nodePort }}
{{- end }}
targetPort: http
protocol: TCP
name: http
Expand Down

0 comments on commit 428d719

Please sign in to comment.