github.com/replicatedhq/ship@v0.55.0/integration/update/version/expected/base/service.yaml (about)

     1  ---
     2  # Source: version/templates/service.yaml
     3  apiVersion: v1
     4  kind: Service
     5  metadata:
     6    name: version
     7    labels:
     8      app: version
     9      chart: version-0.0.2
    10      release: version
    11      heritage: Tiller
    12  spec:
    13    type: ClusterIP
    14    ports:
    15      - port: 82
    16        targetPort: http
    17        protocol: TCP
    18        name: http
    19    selector:
    20      app: version
    21      release: version