corrected file path for the prometheus ingress config

This commit is contained in:
Kyle Luzny 2020-04-19 04:18:28 -05:00
parent adc5d20086
commit b8d3e7ff8c

View File

@ -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