-
Notifications
You must be signed in to change notification settings - Fork 724
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
Ingress support for Elasticsearch and Kibana Helm Charts #7941
Conversation
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Remove ARN from example. Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
deploy/eck-stack/charts/eck-elasticsearch/templates/ingress.yaml
Outdated
Show resolved
Hide resolved
Fix example. Add tests for es/kb ingress. Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM however I only tested the GKE classic application lb option.
deploy/eck-stack/charts/eck-elasticsearch/templates/ingress.yaml
Outdated
Show resolved
Hide resolved
my: label | ||
pathType: Prefix | ||
hosts: | ||
- host: "*.company.dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you suggesting to use a wildcard here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No suggestion, it's part of what I tested. I'll update to be a non-wildcard now.
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
This change adds Helm Ingress support to both ECK-Elasticsearch and ECK-Kibana Helm Charts. There's still an open question here, but after some internal discussions we feel that the simplified version here is a good starting point. If there's demand for the ability to add additional hosts/tls sections to ES/KB ingress, then we can add that support in a future relase. Removing draft status to enable review.
TODO:
/docs
.