github.com/replicatedhq/ship@v0.55.0/integration/init/non-k8s-yaml/expected/.ship/upstream/frontend-service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: frontend
     5    labels:
     6      app: guestbook
     7      tier: frontend
     8  spec:
     9    type: NodePort
    10    ports:
    11    - port: 80
    12    selector:
    13      app: guestbook
    14      tier: frontend