apiVersion: v1
kind: Service
metadata:
  labels:
    app: csi-central-authentication-service
  name: csi-central-authentication-service
  namespace: moh-prod
spec:
  ports:
    - port: 80
      targetPort: 80
  selector:
    app: csi-central-authentication-service
  type: ClusterIP