How to Setup Health Check Ping for a Kubernetes Server

Health Check Ping Server

When using Let’s Encrypt on some Kubernetes clusters, health checks can fail for the SCIM bridge before the bridge is able to obtain a Let’s Encrypt certificate. Set OP_PING_SERVER to 1 to enable a /ping endpoint on port 80 so that health checks will always be brought online:

kubectl set env deploy/op-scim-bridge OP_PING_SERVER=1