This example shows how to add external URLs to access Prometheus expression browser and Alertmanager dashboard.
-
Run furyctl to get packages:
furyctl install
-
Replace
externalUrl
field's value with your desired URLs for Prometheus and Alertmanager resources inprometheus-alertmanager-externalUrl.yml
. -
Run
make build
to see output of kustomize with your modifications. -
Once you're satisfied with generated output run
make deploy
to deploy it on cluster. -
Check if you can access Prometheus expression browser and Alertmanager dashboard from your browser.