Skip to content

Commit

Permalink
fix: fix #15881
Browse files Browse the repository at this point in the history
* Update ingress.yaml

* Update ingress.yaml
  • Loading branch information
steache authored Aug 25, 2022
1 parent 264b72f commit ab8576b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/airbyte-webapp/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ spec:
backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ $fullName }}
name: {{ $fullName }}-svc
port:
number: {{ $svcPort }}
{{- else }}
serviceName: {{ $fullName }}
serviceName: {{ $fullName }}-svc
servicePort: {{ $svcPort }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit ab8576b

Please sign in to comment.