[go: nahoru, domu]

Skip to content

Commit

Permalink
fix: fix generated minio ingress rules backend service name
Browse files Browse the repository at this point in the history
Signed-off-by: chlins <chlins.zhang@gmail.com>
  • Loading branch information
chlins committed Dec 16, 2020
1 parent 5bf5566 commit e64cab1
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 @@ -214,7 +214,7 @@ func (m *MinIOController) generateIngress() *netv1.Ingress {
{
Path: "/",
Backend: netv1.IngressBackend{
ServiceName: "minio",
ServiceName: m.getServiceName(),
ServicePort: intstr.FromInt(9000),
},
},
Expand Down

0 comments on commit e64cab1

Please sign in to comment.