Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The CRD Tenant of operator does not contain the property 'externalIPs' #2128

Open
iamjackhu opened this issue May 22, 2024 · 1 comment
Open
Assignees

Comments

@iamjackhu
Copy link

Is your feature request related to a problem? Please describe.
When create Tenant CR to operator, the CRD of Tenant does not contain the property externalIPs to deploy minio service. But the helm chart values of minio contains the externalIPs in the service section.

minio/helm/minio/values.yaml # 173 line
service: type: ClusterIP clusterIP: ~ port: "9000" nodePort: 32000 loadBalancerIP: ~ externalIPs: [] annotations: {}

Describe the solution you'd like
When creating request of Tenant to operator, it should support 'externalIPs' to deploy minio service for tenant.
After that, the deployed minio service will support externalIPs

@cesnietor
Copy link
Contributor

We are gonna check this.
@iamjackhu Have you considered using an Ingress? or do you mind sharing why you need an externalIP? thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants