2025-06-20 05:42:24 +00:00

13 lines
388 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: api-gateway-config
namespace: team1tier-healthsync-ns
data:
SERVER_PORT: "8080"
USER_SERVICE_URL: "http://user-service:80"
HEALTH_SERVICE_URL: "http://health-service:80"
INTELLIGENCE_SERVICE_URL: "http://intelligence-service:80"
GOAL_SERVICE_URL: "http://goal-service:80"
MOTIVATOR_SERVICE_URL: "http://motivator-service:80"