github.com/replicatedhq/ship@v0.55.0/integration/base/helm-nginx/expected/installer/charts/rendered/service.yaml (about) 1 --- 2 # Source: nginx/templates/service.yaml 3 apiVersion: v1 4 kind: Service 5 metadata: 6 labels: 7 app: nginx 8 chart: nginx-0.1.0 9 heritage: Tiller 10 release: integration-test-helm 11 name: integration-test-helm-nginx 12 spec: 13 # Provides options for the service so chart users have the full choice 14 type: "ClusterIP" 15 clusterIP: "" 16 ports: 17 - name: http 18 port: 8888 19 protocol: TCP 20 targetPort: http 21 selector: 22 app: nginx 23 release: integration-test-helm