github.com/replicatedhq/ship@v0.55.0/integration/failing/init_app/helm-github/expected/installer/charts/minio-forked-proxy/service.yaml (about) 1 --- 2 # Source: minio/templates/service.yaml 3 apiVersion: v1 4 kind: Service 5 metadata: 6 name: integration-replicated-app-helm-github 7 labels: 8 app: minio 9 chart: minio-2.2.0 10 release: integration-replicated-app-helm-github 11 heritage: Tiller 12 spec: 13 type: ClusterIP 14 ports: 15 - name: service 16 port: 9000 17 targetPort: 9000 18 protocol: TCP 19 selector: 20 app: minio 21 release: integration-replicated-app-helm-github