github.com/replicatedhq/ship@v0.55.0/integration/update/basic/expected/base/service.yaml (about) 1 --- 2 # Source: basic/templates/service.yaml 3 apiVersion: v1 4 kind: Service 5 metadata: 6 name: basic 7 labels: 8 app: basic 9 chart: basic-0.1.0 10 release: basic 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: basic 21 release: basic