summaryrefslogtreecommitdiff
path: root/dan/ele-calypso.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-22 02:59:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-22 02:59:01 +0200
commitb84ec4bea129710f90da958091a7f0c49e76e9ac (patch)
treeb2d4235b25a6988e05d61551a67fb9be62121598 /dan/ele-calypso.yml
parentmonitoring/sachet: add task to setup smstools (diff)
ele-cypso is now the monitoring host for elevate-festival
Diffstat (limited to 'dan/ele-calypso.yml')
-rw-r--r--dan/ele-calypso.yml20
1 files changed, 19 insertions, 1 deletions
diff --git a/dan/ele-calypso.yml b/dan/ele-calypso.yml
index 0fcaa93a..c7d1e6c4 100644
--- a/dan/ele-calypso.yml
+++ b/dan/ele-calypso.yml
@@ -17,5 +17,23 @@
- role: kubernetes/base
- role: kubernetes/standalone/base
- role: streaming/player
-
+ - role: nginx/base
- role: monitoring/sachet
+ - role: monitoring/prometheus/ca
+ - role: monitoring/prometheus/exporter
+ - role: monitoring/prometheus/server
+ - role: monitoring/prometheus/alertmanager
+ - role: monitoring/grafana
+ - role: nginx/vhost
+ nginx_vhost:
+ name: monitoring
+ template: generic-proxy-no-buffering
+ hostnames:
+ - "_"
+ locations:
+ '/grafana/':
+ proxy_pass: "http://127.0.0.1:3000"
+ '/prometheus/':
+ proxy_pass: "http://127.0.0.1:9090"
+ '/alertmanager/':
+ proxy_pass: "http://127.0.0.1:9093"