Skip to content

Commit

Permalink
Fix API ingress on networking.k8s.io/v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmaia committed Jan 29, 2021
1 parent cbd5141 commit 0f19c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/sorry-cypress/templates/ingress-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ spec:
port:
number: {{ $servicePort }}
{{- else }}
- path: {{ .path | default "/" }}
backend:
- path: {{ .path | default "/" }}
backend:
serviceName: {{ $fullName }}-api
servicePort: {{ $servicePort }}
{{- end }}
Expand Down

0 comments on commit 0f19c71

Please sign in to comment.