summaryrefslogtreecommitdiffstats
path: root/roles/prometheus/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/prometheus/templates')
-rw-r--r--roles/prometheus/templates/prometheus.caddy.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/prometheus/templates/prometheus.caddy.j2 b/roles/prometheus/templates/prometheus.caddy.j2
new file mode 100644
index 00000000..c346da59
--- /dev/null
+++ b/roles/prometheus/templates/prometheus.caddy.j2
@@ -0,0 +1,3 @@
+{{ prometheus_hostname }} {
+ reverse_proxy localhost:{{ prometheus_port }}
+}