[Bug]Notification Service failing in Kubernetes (Working in Docker Compose)
Description
The Notification Service is failing to retrieve or display data after migrating the application from Docker Compose to Kubernetes. While the service works correctly in the local Docker environment (populating the list with auth-service events), the Kubernetes deployment consistently shows the "No notifications yet" empty state.
📸 Evidence
Expected Behavior (Local Docker):

*
Current Behavior (Kubernetes):

*
📋 Steps to Reproduce
- Deploy the application manifest to the Kubernetes cluster.
- Log in as a user to generate an
auth-service event.
- Navigate to the Notifications tab in the UI.
- Observe the empty state message.
✅ Troubleshooting Tasks
[Bug]Notification Service failing in Kubernetes (Working in Docker Compose)
Description
The Notification Service is failing to retrieve or display data after migrating the application from Docker Compose to Kubernetes. While the service works correctly in the local Docker environment (populating the list with
auth-serviceevents), the Kubernetes deployment consistently shows the "No notifications yet" empty state.📸 Evidence
Expected Behavior (Local Docker):
Current Behavior (Kubernetes):
📋 Steps to Reproduce
auth-serviceevent.✅ Troubleshooting Tasks
notification-servicepod:kubectl logs -l app=notification-servicekubectl get endpoints notification-service/api/notificationsenvvariables in Docker Compose vs. Kubernetes ConfigMap.