Skip to content
Kirill K edited this page Dec 14, 2023 · 3 revisions

Quickstart

To monitor your website with Pagetron, just provide simple values.yaml:

targets:
  - https://my-webpage.com

publicUrl: "https://status.my-webpage.com"

Then install chart:

git clone https://github.com/agrrh/pagetron.git
helm install pagetron \
  pagetron/deploy/helm/pagetron \
  --upgrade \
  --namespace pagetron \
  --values values.yaml

And then make it available with Ingress of your choice:

https://kubernetes.io/docs/concepts/services-networking/ingress/

Clone this wiki locally