Skip to content

Commit

Permalink
Merge pull request #186 from fiaas/use-port-number
Browse files Browse the repository at this point in the history
Use port number from values in ingress
  • Loading branch information
oyvindio authored Sep 13, 2022
2 parents ea10808 + 7f7b2fc commit 8b1fd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/fiaas-deploy-daemon/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ spec:
service:
name: {{ .Values.name }}
port:
name: http
number: {{ .Values.service.port }}
{{- else }}
backend:
serviceName: {{ .Values.name }}
servicePort: http
servicePort: {{ .Values.service.port }}
{{- end }}
{{- end }}

0 comments on commit 8b1fd39

Please sign in to comment.