Skip to content

Commit 2ec03f1

Browse files
committed
Update complete/dev yaml
Signed-off-by: Barry Wu <a0987818905@gmail.com>
1 parent 3dafa36 commit 2ec03f1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

charts/flyte-demo/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ rustfsupstream:
134134
tag: sandbox
135135
service:
136136
type: NodePort
137-
nodePort: 30002
137+
endpoint:
138+
nodePort: 30002
138139
secret:
139140
rustfs:
140141
access_key: rustfs

docker/demo-bundled/manifests/complete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ metadata:
799799
spec:
800800
ports:
801801
- name: endpoint
802-
nodePort: 32000
802+
nodePort: 30002
803803
port: 9000
804804
targetPort: 9000
805805
- name: console

docker/demo-bundled/manifests/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ metadata:
511511
spec:
512512
ports:
513513
- name: endpoint
514-
nodePort: 32000
514+
nodePort: 30002
515515
port: 9000
516516
targetPort: 9000
517517
- name: console

0 commit comments

Comments
 (0)