apiVersion: v1 kind: Service metadata: name: cert-manager-webhook-ovh namespace: cert-manager-ops labels: app: cert-manager-webhook-ovh spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} targetPort: https protocol: TCP name: https selector: app: cert-manager-webhook-ovh