apiVersion: v1 kind: ConfigMap metadata: name: nxtgauge-backend-config namespace: nxtgauge data: NODE_ENV: "production" PORT: "2002" GATEWAY_PORT: "2002" USERS_GRPC_URL: "nxtgauge-users:50052" COMPANIES_GRPC_URL: "nxtgauge-companies:50051" CUSTOMERS_GRPC_URL: "nxtgauge-customers:50057" JOBSEEKERS_GRPC_URL: "nxtgauge-jobseekers:50058" PHOTOGRAPHERS_GRPC_URL: "nxtgauge-photographers:50053" MAKEUP_ARTISTS_GRPC_URL: "nxtgauge-makeup-artists:50054" TUTORS_GRPC_URL: "nxtgauge-tutors:50055" DEVELOPERS_GRPC_URL: "nxtgauge-developers:50056" VIDEO_EDITORS_GRPC_URL: "nxtgauge-video-editors:50059" GRAPHIC_DESIGNERS_GRPC_URL: "nxtgauge-graphic-designers:50060" SOCIAL_MEDIA_MANAGERS_GRPC_URL: "nxtgauge-social-media-managers:50061" FITNESS_TRAINERS_GRPC_URL: "nxtgauge-fitness-trainers:50062" CATERING_SERVICES_GRPC_URL: "nxtgauge-catering-services:50063"