Skip to content

Commit

Permalink
Revert "expose minio ui port in k8s env"
Browse files Browse the repository at this point in the history
This reverts commit 7e0cc9c.
  • Loading branch information
sotojn committed Sep 11, 2024
1 parent 65b8a34 commit 24104f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 0 additions & 2 deletions e2e/k8s/kindConfigDefaultPorts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ nodes:
hostPort: 9092
- containerPort: 30900 # Map internal minio service to host port
hostPort: 9000
- containerPort: 30901 # Map internal minio service to host port
hostPort: 9001
extraMounts:
- hostPath: ./e2e/autoload
containerPath: /autoload
13 changes: 3 additions & 10 deletions e2e/k8s/minioDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ spec:
spec:
containers:
- name: minio
image: ''
image: minio/minio:RELEASE.2020-02-07T23-28-16Z
args:
- minio server /data --console-address :9001
- server
- /data
ports:
- containerPort: 9000
- containerPort: 9001
command:
- /bin/bash
- -c
env:
- name: MINIO_ROOT_USER
value: minioadmin
Expand All @@ -50,7 +47,3 @@ spec:
name: minio
targetPort: 9000
nodePort: 30900
- port: 9001
name: minio1
targetPort: 9001
nodePort: 30901

0 comments on commit 24104f0

Please sign in to comment.