-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added Helm chart #29
Added Helm chart #29
Conversation
I'm probably going to leave this open for a couple more days if you folks don't mind. I'd like to manually deploy this to one of the clusters I manage just to double check that it works properly. |
c325290
to
8979069
Compare
cb33973
to
675d8a3
Compare
675d8a3
to
8bf770c
Compare
This should be good to merge once these PRs land:
This now also adds configurable alerts for both long-running AWS queries, and resources nearing their limit. I have this deployed to the dev GHA EKS cluster (accessible via https://platform.teleport.sh). If desired, these changes can be previewed there. |
This PR adds a basic Helm chart for the project with Prometheus operator and Grafana support. I'll add deployment logic in a follow-up PR if this change looks good to reviewers. I've done some basic testing to ensure that the chart can at least render properly with options enabled, but I haven't tested much more than that.
Note: this PR is dependent on #28 merging first.