bcgov / DITP-DevOps

Digital Identity and Trust Program Team's DevOps Documentation Repository
Apache License 2.0
2 stars 5 forks source link

Add uptime monitoring for the BC Wallet Showcase #95

Closed rajpalc7 closed 1 year ago

rajpalc7 commented 1 year ago

Add uptime monitoring for the BC Wallet Showcase in the dev, test, and prod environments.

URL endpoints to be monitored can be found here:

Dev:

Frontend: https://bc-wallet-demo-dev.apps.silver.devops.gov.bc.ca/digital-trust/showcase/

Backend: https://bc-wallet-demo-dev.apps.silver.devops.gov.bc.ca/digital-trust/showcase/server/ready

Agent: https://bc-wallet-demo-dev.apps.silver.devops.gov.bc.ca/digital-trust/showcase/agent/ready

Test:

Frontend:

https://bc-wallet-demo-test.apps.silver.devops.gov.bc.ca/digital-trust/showcase/ Backend:

https://bc-wallet-demo-test.apps.silver.devops.gov.bc.ca/digital-trust/showcase/server/ready Agent:

https://bc-wallet-demo-test.apps.silver.devops.gov.bc.ca/digital-trust/showcase/agent/ready

Prod:

Frontend: https://bc-wallet-demo.apps.silver.devops.gov.bc.ca/digital-trust/showcase/

Backend: https://bc-wallet-demo.apps.silver.devops.gov.bc.ca/digital-trust/showcase/server/ready

Agent: https://bc-wallet-demo.apps.silver.devops.gov.bc.ca/digital-trust/showcase/agent/ready

WadeBarnes commented 1 year ago

Reviewed. Looks good.