Skip to content

Commit

Permalink
revise
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 committed Feb 24, 2024
1 parent 7afee88 commit 124b62c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 255 deletions.
2 changes: 1 addition & 1 deletion charts/flyte-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Chart for basic single Flyte executable deployment
| flyteagent.enabled | bool | `false` | |
| fullnameOverride | string | `""` | |
| ingress.commonAnnotations | object | `{}` | |
| ingress.create | bool | `true` | |
| ingress.create | bool | `false` | |
| ingress.grpcAnnotations | object | `{}` | |
| ingress.grpcExtraPaths.append | list | `[]` | |
| ingress.grpcExtraPaths.prepend | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/flyte-binary/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ service:
# ingress Configure ingress for Flyte
ingress:
# create Create ingress resources
create: true
create: false
# labels Add labels to ingress resources
labels: {}
# host Hostname to bind to ingress resources
Expand Down
253 changes: 0 additions & 253 deletions deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,256 +436,3 @@ spec:
name: flyte-flyte-binary-config-secret
- name: state
emptyDir: {}
---
# Source: flyte-binary/templates/ingress/grpc.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: flyte-flyte-binary-grpc
namespace: "flyte"
labels:
helm.sh/chart: flyte-binary-v0.1.10
app.kubernetes.io/name: flyte-binary
app.kubernetes.io/instance: flyte
app.kubernetes.io/version: "1.16.0"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
rules:
- http:
paths:
- path: /flyteidl.service.AdminService
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.AdminService/*
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.DataProxyService
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.DataProxyService/*
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.AuthMetadataService
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.AuthMetadataService/*
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.IdentityService
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.IdentityService/*
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /grpc.health.v1.Health
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /grpc.health.v1.Health/*
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.SignalService
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
- path: /flyteidl.service.SignalService/*
pathType: ImplementationSpecific
backend:
service:
name: flyte-flyte-binary-grpc
port:
number: 8089
---
# Source: flyte-binary/templates/ingress/http.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: flyte-flyte-binary-http
namespace: "flyte"
labels:
helm.sh/chart: flyte-binary-v0.1.10
app.kubernetes.io/name: flyte-binary
app.kubernetes.io/instance: flyte
app.kubernetes.io/version: "1.16.0"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
rules:
- http:
paths:
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /console
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /console/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /api
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /api/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /healthcheck
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /v1/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /.well-known
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /.well-known/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /login
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /login/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /logout
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /logout/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /callback
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /callback/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /me
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /config
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /config/*
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /oauth2
pathType: ImplementationSpecific
- backend:
service:
name: flyte-flyte-binary-http
port:
number: 8088
path: /oauth2/*
pathType: ImplementationSpecific

0 comments on commit 124b62c

Please sign in to comment.