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