-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kirill K edited this page Dec 14, 2023
·
3 revisions
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/