From b8d3e7ff8cd9443f0b0484944970e741c1665618 Mon Sep 17 00:00:00 2001 From: Kyle Luzny Date: Sun, 19 Apr 2020 04:18:28 -0500 Subject: [PATCH] corrected file path for the prometheus ingress config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82e6759..9625a01 100644 --- a/Makefile +++ b/Makefile @@ -64,4 +64,4 @@ change_suffix: ## Changes suffix for the ingress @echo "Ingress IPs changed to [service].${IP}.nip.io" ${K3S} kubectl apply -f manifests/ingress-alertmanager.yaml ${K3S} kubectl apply -f manifests/ingress-grafana.yaml - ${K3S} kubectl apply -f manifests/ingress-prometheus-k8s.yaml + ${K3S} kubectl apply -f manifests/ingress-prometheus.yaml