Apps / Part Inventory Service

TrackKubernetes Learning Journey
Current SectionIngress
Progress215 of 271
apiVersion: v1
kind: Service
metadata:
  name: part-inventory-service
  annotations:
    cloud.google.com/neg: '{"ingress": true}'
spec:
  selector:
    app: part-inventory-service
  type: ClusterIP
  ports:
    - port: 80
      targetPort: 8080