--- apiVersion: v1 kind: Service metadata: name: api-gateway namespace: team1tier-healthsync-ns spec: type: ClusterIP ports: - port: 80 targetPort: 8080 protocol: TCP selector: app: api-gateway --- apiVersion: v1 kind: Service metadata: name: user-service namespace: team1tier-healthsync-ns spec: type: ClusterIP ports: - port: 80 targetPort: 8081 protocol: TCP selector: app: user-service --- apiVersion: v1 kind: Service metadata: name: health-service namespace: team1tier-healthsync-ns spec: type: ClusterIP ports: - port: 80 targetPort: 8082 protocol: TCP selector: app: health-service --- apiVersion: v1 kind: Service metadata: name: intelligence-service namespace: team1tier-healthsync-ns spec: type: ClusterIP ports: - port: 80 targetPort: 8083 protocol: TCP selector: app: intelligence-service --- apiVersion: v1 kind: Service metadata: name: goal-service namespace: team1tier-healthsync-ns spec: type: ClusterIP ports: - port: 80 targetPort: 8084 protocol: TCP selector: app: goal-service --- apiVersion: v1 kind: Service metadata: name: motivator-service namespace: team1tier-healthsync-ns spec: type: ClusterIP ports: - port: 80 targetPort: 8085 protocol: TCP selector: app: motivator-service