Skip to content

Commit

Permalink
Merge branch 'main' into pre_post_path_range_name_resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Narekmat authored Aug 17, 2023
2 parents fb7ea5f + f169fdf commit 481ded4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/kafka-ui/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ spec:
service:
name: {{ .serviceName }}
port:
{{- if .servicePort }}
number: {{ .servicePort }}
{{- end }}
{{- if .servicePortName }}
name: {{ .servicePortName }}
{{- end }}
{{- end }}
- backend:
service:
Expand Down

0 comments on commit 481ded4

Please sign in to comment.