Skip to content
Snippets Groups Projects
Dockerfile.prometheus.k8s 134 B
FROM prom/prometheus:v1.5.2

COPY k8s.prometheus.yml /etc/prometheus/prometheus.yml
COPY k8s.alert.rules /etc/prometheus/alert.rules