Skip to content

Commit

Permalink
make helm
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 75e595a commit 7afee88
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 1 deletion.
3 changes: 2 additions & 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 | `false` | |
| ingress.create | bool | `true` | |
| ingress.grpcAnnotations | object | `{}` | |
| ingress.grpcExtraPaths.append | list | `[]` | |
| ingress.grpcExtraPaths.prepend | list | `[]` | |
Expand All @@ -138,6 +138,7 @@ Chart for basic single Flyte executable deployment
| ingress.httpTls | list | `[]` | |
| ingress.ingressClassName | string | `""` | |
| ingress.labels | object | `{}` | |
| ingress.separateGrpcIngress | bool | `true` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| rbac.annotations | object | `{}` | |
Expand Down
253 changes: 253 additions & 0 deletions deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,256 @@ 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 7afee88

Please sign in to comment.