Easy Recipes Yamls / Easy Recipes Service

TrackKubernetes Learning Journey
Current SectionGCP GKE
Progress190 of 271
apiVersion: v1
kind: Service
metadata:
  name: easy-recipes
spec:
  selector:
    app: easy-recipes
  ports:
    - protocol: TCP
      port: 80
      targetPort: 8080
  type: ClusterIP