Skip to content

Commit

Permalink
Set ingress port
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Oct 30, 2022
1 parent 57c4c45 commit 75bfe1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: helm-library
description: A Helm library chart
type: library
version: 2.8.2
version: 2.8.3

2 changes: 1 addition & 1 deletion helm-library/templates/_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
service:
name: {{ required (printf $requiredMsg "name") .Values.name | quote }}
port:
number: {{ required (printf $requiredMsg "service.port") .Values.service.port }}
number: 80
{{- end }}
{{- end }}
{{- define "helm-library.ingress" -}}
Expand Down

0 comments on commit 75bfe1f

Please sign in to comment.