apiVersion: v1
kind: Service
metadata:
  name: auth-service
  labels:
    app: auth-application
spec:
  type: NodePort
  selector:
    app: auth-application
  ports:
    - protocol: TCP
      port: 9994