Smart Learning/Kubernetes Learning Journey/Ingress and Gateway Routing

Apps / Part Order Service

TrackKubernetes Learning Journey
Current SectionIngress and Gateway Routing
Progress74 of 271
apiVersion: v1
kind: Service
metadata:
  name: part-order-service
spec:
  selector:
    app: part-order-service
  type: NodePort
  ports:
    - port: 80
      targetPort: 8080