Skip to content

Commit

Permalink
fix(storage): fix minio ingress port
Browse files Browse the repository at this point in the history
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com>
  • Loading branch information
soulseen committed Feb 8, 2021
1 parent 0d81601 commit 56cc963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/controllers/storage/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (m *MinIOController) generateIngress() (*netv1.Ingress, error) {
Path: ingressPath,
Backend: netv1.IngressBackend{
ServiceName: m.getServiceName(),
ServicePort: intstr.FromInt(9000),
ServicePort: intstr.FromString("minio"),
},
},
},
Expand Down

0 comments on commit 56cc963

Please sign in to comment.