Skip to content

Commit

Permalink
fix: remove unused setting in deployment charts (#4252)
Browse files Browse the repository at this point in the history
* fix: remove unused setting in deployment charts

Signed-off-by: HeetVekariya <[email protected]>

* fix: update code with make helm

Signed-off-by: HeetVekariya <[email protected]>

---------

Signed-off-by: HeetVekariya <[email protected]>
  • Loading branch information
HeetVekariya authored Oct 30, 2023
1 parent ac4ec7d commit d4981f1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions charts/flyte-core/templates/datacatalog/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ spec:
type: {{ . }}
{{- end }}
ports:
- name: grpc-2
port: 8089
protocol: TCP
targetPort: 8089
- name: http
port: 88
protocol: TCP
Expand Down
4 changes: 0 additions & 4 deletions deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,6 @@ metadata:
spec:
type: NodePort
ports:
- name: grpc-2
port: 8089
protocol: TCP
targetPort: 8089
- name: http
port: 88
protocol: TCP
Expand Down
4 changes: 0 additions & 4 deletions deployment/eks/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,6 @@ metadata:
spec:
type: NodePort
ports:
- name: grpc-2
port: 8089
protocol: TCP
targetPort: 8089
- name: http
port: 88
protocol: TCP
Expand Down
4 changes: 0 additions & 4 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -828,10 +828,6 @@ metadata:
spec:
type: NodePort
ports:
- name: grpc-2
port: 8089
protocol: TCP
targetPort: 8089
- name: http
port: 88
protocol: TCP
Expand Down
4 changes: 0 additions & 4 deletions deployment/gcp/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,6 @@ metadata:
spec:
type: NodePort
ports:
- name: grpc-2
port: 8089
protocol: TCP
targetPort: 8089
- name: http
port: 88
protocol: TCP
Expand Down
4 changes: 0 additions & 4 deletions deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -851,10 +851,6 @@ metadata:
spec:
type: NodePort
ports:
- name: grpc-2
port: 8089
protocol: TCP
targetPort: 8089
- name: http
port: 88
protocol: TCP
Expand Down
4 changes: 0 additions & 4 deletions deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6196,10 +6196,6 @@ metadata:
spec:
type: NodePort
ports:
- name: grpc-2
port: 8089
protocol: TCP
targetPort: 8089
- name: http
port: 88
protocol: TCP
Expand Down

0 comments on commit d4981f1

Please sign in to comment.