-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17992 from mjudeikis/clean-prometheus-example
Automatic merge from submit-queue (batch tested with PRs 17992, 18091, 18118). Clean Prometheus example Main changes: 1. Unified secrets, config, data volumes names to have postfix so it would be easier to read and track who is who. ``` S: prometheus-tls -> prometheus-tls-secret ... C: prometheus -> prometheus-config C: prometheus-alertmanage -> prometheus-alertmanager-config D: emptyDir -> prometheus-data ... ``` 2. Add clear SMTP example with multiple receivers for buffer and smtp 3. Change order of elements so it would be easier to read. 4. Add proxy for alertmanager as a 6th container. If/When this gets merged will update ansible deployment too to represent this change. Did this for client deployment for their monitoring solution evaluation.
- Loading branch information
Showing
3 changed files
with
378 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.