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

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