Skip to content

Commit

Permalink
updated ingress backend config
Browse files Browse the repository at this point in the history
  • Loading branch information
gvermeulen7205 committed Nov 8, 2023
1 parent f031642 commit d191580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/gateway/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ spec:
path: {{ .path }}
backend:
service:
{{- if .backend }}
{{- if eq .backend "management" }}
name: {{ $gatewayFullName }}-management
{{- else }}
name: {{ $gatewayFullName }}
{{- end }}
{{- else }}
name: {{ $gatewayFullName }}
{{- end }}
Expand Down

0 comments on commit d191580

Please sign in to comment.