apiVersion: v1 kind: Service metadata: name: cert-manager-webhook-ovh namespace: {{ .Values.namespace }} labels: app: cert-manager-webhook-ovh app.kubernetes.io/name: cert-manager-webhook-ovh app.kubernetes.io/component: webhook spec: type: ClusterIP ports: - name: https port: 443 targetPort: 10250 protocol: TCP selector: app: cert-manager-webhook-ovh