mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 01:06:47 +00:00
6 lines
134 B
Docker
6 lines
134 B
Docker
FROM prom/prometheus:v1.5.2
|
|
|
|
COPY k8s.prometheus.yml /etc/prometheus/prometheus.yml
|
|
COPY k8s.alert.rules /etc/prometheus/alert.rules
|
|
|