-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💥 refactor: Refactor codebase and add docs
- Loading branch information
Showing
276 changed files
with
70,176 additions
and
175 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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 38 additions & 13 deletions
51
deployments/monitoring/kube-prometheus-stack.expanded.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,38 @@ | ||
grafana: | ||
env: | ||
GF_SERVER_ROOT_URL: http://promptalchemy.monitoring.com/grafana | ||
GF_SERVER_SERVE_FROM_SUB_PATH: 'true' | ||
# username is 'admin' | ||
adminPassword: prom-operator | ||
ingress: | ||
enabled: true | ||
annotations: | ||
kubernetes.io/ingress.class: nginx | ||
nginx.ingress.kubernetes.io/rewrite-target: /$2 | ||
hosts: ['promptalchemy.monitoring.com'] | ||
path: "/grafana" | ||
alertmanager: | ||
config: | ||
global: | ||
resolve_timeout: 5s | ||
inhibit_rules: | ||
- source_matchers: | ||
- 'severity = critical' | ||
target_matchers: | ||
- 'severity =~ warning|info' | ||
equal: | ||
- 'namespace' | ||
- 'alertname' | ||
- source_matchers: | ||
- 'severity = warning' | ||
target_matchers: | ||
- 'severity = info' | ||
equal: | ||
- 'namespace' | ||
- 'alertname' | ||
- source_matchers: | ||
- 'alertname = InfoInhibitor' | ||
target_matchers: | ||
- 'severity = info' | ||
equal: | ||
- 'namespace' | ||
route: | ||
group_by: [ 'alertname', 'job' ] | ||
group_wait: 15s | ||
group_interval: 2m | ||
repeat_interval: 4h | ||
receiver: discord | ||
receivers: | ||
- name: discord | ||
discord_configs: | ||
- webhook_url: 'https://discord.com/api/webhooks/1279478330130825267/lP9uKOfkd-hbFfTcPCWkkBkwEIkb-1m1V_NWOGD7lnduqjawoQIJKkZU-PlQmn_w3Wbt' # deleted leu leu | ||
- name: 'null' | ||
templates: | ||
- '/etc/alertmanager/config/*.tmpl' |
Binary file not shown.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[servers] | ||
35.240.191.221 ansible_ssh_private_key_file=/Users/bmd1905/.ssh/id_ed25519 | ||
34.121.184.104 ansible_ssh_private_key_file=/Users/bmd1905/.ssh/id_ed25519 |
Oops, something went wrong.