diff options
author | 2024-05-08 19:17:06 +0200 | |
---|---|---|
committer | 2024-05-08 19:17:06 +0200 | |
commit | c540e193caa429a033518eec5c8bdd80b7af4748 (patch) | |
tree | 1b2495120a1d7af5b84c1a61f5f2a0a2558b2782 | |
parent | Update Helm files for fix for webhook validator (diff) |
Properly load Prometheus rules
-rw-r--r-- | ansible/host_vars/lovelace/prometheus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml index d079986..71005fb 100644 --- a/ansible/host_vars/lovelace/prometheus.yml +++ b/ansible/host_vars/lovelace/prometheus.yml @@ -14,6 +14,7 @@ prometheus_configuration: - alertmanager.pythondiscord.com rule_files: + - rules.yml # - "first_rules.yml" # - "second_rules.yml" |