Increases memory requests and limits in the Kubernetes deployment
configuration to ensure better performance under load. Enhances
the readiness and liveness probes by correcting the path and
adding a liveness probe to improve service reliability. Updates
Code by cleaning up session data after a successful token exchange
and formats OpenID configuration response for better readability.
Adds `.claude/` to .gitignore to prevent unwanted files from
being tracked.
Change labels in the deployment and service configurations from the
custom format to the standard Kubernetes naming convention. This
improves consistency and compatibility with Kubernetes tools and
enhances maintainability.