Skip to content

Commit

Permalink
Point ingress to correct service
Browse files Browse the repository at this point in the history
Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb committed Mar 31, 2023
1 parent 287594d commit fefabca
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
24 changes: 12 additions & 12 deletions charts/flyte-binary/templates/ingress/grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,84 +30,84 @@ spec:
{{- end }}
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.AdminService
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.AdminService/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.DataProxyService
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.DataProxyService/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.AuthMetadataService
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.AuthMetadataService/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.IdentityService
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.IdentityService/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /grpc.health.v1.Health
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /grpc.health.v1.Health/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.SignalService
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.grpc.name" . }}
port:
number: {{ include "flyte-binary.service.grpc.port" . }}
path: /flyteidl.service.SignalService/*
Expand Down
38 changes: 19 additions & 19 deletions charts/flyte-binary/templates/ingress/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,133 +30,133 @@ spec:
{{- end }}
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /console
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /console/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /api
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /api/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /healthcheck
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /v1/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /.well-known
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /.well-known/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /login
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /login/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /logout
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /logout/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /callback
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /callback/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /me
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /config
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /config/*
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /oauth2
pathType: ImplementationSpecific
- backend:
service:
name: {{ include "flyte-binary.fullname" . }}
name: {{ include "flyte-binary.service.http.name" . }}
port:
number: {{ include "flyte-binary.service.http.port" . }}
path: /oauth2/*
Expand Down

0 comments on commit fefabca

Please sign in to comment.