Skip to content

Commit

Permalink
fix(helm): opening management port on endpoint (#1285)
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Chapusot <[email protected]>
  • Loading branch information
2 people authored and tchiotludo committed Apr 4, 2023
1 parent bc44f7d commit ba3901d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/akhq/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
targetPort: http
protocol: TCP
name: http
- port: {{ .Values.service.managementPort }}
targetPort: management
protocol: TCP
name: management
{{- if and (eq "NodePort" .Values.service.type) .Values.service.httpNodePort }}
nodePort: {{ .Values.service.httpNodePort }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions helm/akhq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ service:
enabled: true
type: ClusterIP
port: 80
managementPort: 28081
#httpNodePort: 32551
labels: {}
annotations:
Expand Down

0 comments on commit ba3901d

Please sign in to comment.