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

Support spec.rules[0].host with null value #92

Open
darkn3rd opened this issue Jun 5, 2023 · 0 comments
Open

Support spec.rules[0].host with null value #92

darkn3rd opened this issue Jun 5, 2023 · 0 comments
Assignees
Labels
kind/bug Something is broken.

Comments

@darkn3rd
Copy link
Contributor

darkn3rd commented Jun 5, 2023

When spec.rules[0].host is absent or set to null, it will default to *. This is used when only one service, such as Dgraph Alpha, is used. Instead of an assigned FQDN for the hostname, the IP address of the load balancer will be used.

This is definitely, not a recommended practice, but for testing or other edge cases, this could be used. The helm install should not error when the host gets set to null through global.alpha_hostname, global.ratel_hostname, global.alpha_grpc_hostname, alpha.ingress.hostname, ratel.ingress.hostname.

@darkn3rd darkn3rd self-assigned this Jun 5, 2023
@darkn3rd darkn3rd added the kind/bug Something is broken. label Jun 5, 2023
@darkn3rd darkn3rd mentioned this issue Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Projects
None yet
Development

No branches or pull requests

1 participant