Explorar o código

Install Set up nginx reverse proxy on Prometheus servers

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm hai 1 ano
pai
achega
e10852f001
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      top.sls

+ 2 - 1
top.sls

@@ -139,9 +139,10 @@ base:
     - librenms
 
   # Promtheus
-  nodes:{{ grains['id'] }}:roles:prometheus:
+  nodes:{{ grains['id'] }}:role:prometheus-server:
     - match: pillar
     - prometheus-server
+    - nginx
 
   # Anycasted infrastructure services
   nodes:{{ grains['id'] }}:role:infra-services: