Skip to content

Commit

Permalink
[CHORE] Port forward minio UI
Browse files Browse the repository at this point in the history
Fix the console UI port, and add
a forwarding for it.
  • Loading branch information
rohitcpbot committed Dec 14, 2024
1 parent 2300135 commit 49b2dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ k8s_resource('prometheus', resource_deps=['k8s_setup'], labels=["observability"]
k8s_resource('otel-collector', resource_deps=['k8s_setup'], labels=["observability"])

# Local S3
k8s_resource('minio-deployment', resource_deps=['k8s_setup'], labels=["debug"], port_forwards='9000:9000')
k8s_resource('minio-deployment', resource_deps=['k8s_setup'], labels=["debug"], port_forwards=['9000:9000', '9005:9005'])
1 change: 1 addition & 0 deletions k8s/test/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
args:
- server
- /storage
- "--console-address=:9005" # Fixed port for MinIO Console
env:
- name: MINIO_ACCESS_KEY
value: "minio"
Expand Down

0 comments on commit 49b2dfc

Please sign in to comment.