github.com/replicatedhq/ship@v0.55.0/integration/init/cert-manager/expected/base/deploy/manifests/Service-cert-manager-webhook-cert-manager.yaml (about) 1 # Source: cert-manager/charts/webhook/templates/service.yaml 2 apiVersion: v1 3 kind: Service 4 metadata: 5 name: cert-manager-webhook 6 namespace: "cert-manager" 7 labels: 8 app: webhook 9 chart: webhook-v0.7.0 10 release: cert-manager 11 heritage: Tiller 12 spec: 13 type: ClusterIP 14 ports: 15 - name: https 16 port: 443 17 targetPort: 6443 18 selector: 19 app: webhook 20 release: cert-manager