feat(gatus): monitor placemyparents PRODUCTION endpoints #211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "land/gatus-pmp-prod"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replayed by hand from a48a867 (2026-06-01, 394 commits behind). The cherry-pick could not apply: that commit targeted
apps/gatus/configmap.yaml, which402f5f2replaced with a generatedconfig.yaml.The gap is still real - master only watches the in-cluster preview (
placemyparents-*.apps.svc), so a real prod outage is invisible to gatus.Fixed a defect in the original: dropped
client.insecure: true. These are public endpoints with valid certs, and skipping TLS verification would defeat theCERTIFICATE_EXPIRATIONcondition sitting right beside it.Live-verified 2026-09-01 - every condition checked against prod, not assumed:
Also:
config.yamlparses (54 endpoints) andkubectl kustomize apps/gatusemits the new group.