-
Notifications
You must be signed in to change notification settings - Fork 690
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
One httpproxy supports multiple fqdn #5649
Comments
Linking (somewhat) related discussion about pluralization of |
Yes, implementations for singular and plural compatibility are a concern. Will you consider increasing the plural form of fqdn on this basis? |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
Now a root http proxy supports one fqdn field, but now we have a requirement that multiple different domain names can access the same service. Now I have to create multiple root httpproxy and multiple child httpproxy to realize this function. If a root httpproxy can support multiple domain names, it can simplify a lot of configuration. Envoy's domain itself supports multiple domain names.Is it possible to consider updating fqdn as an array?
The text was updated successfully, but these errors were encountered: