certmanager v1.7

Challenge.spec.solver.dns01.cloudflare.apiTokenSecretRef.spec.solver.http01.gatewayHTTPRoute

The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future.

2 fields
Challenge.spec.solver.dns01.cloudflare.apiTokenSecretRef.spec.solver.http01.gatewayHTTPRoute fields and descriptions
Field / TypeDescription
map[string]string

The labels that cert-manager will use when creating the temporary HTTPRoute needed for solving the HTTP-01 challenge. These labels must match the label selector of at least one Gateway.

serviceType
string

Optional service type for Kubernetes solver service. Supported values are NodePort or ClusterIP. If unset, defaults to NodePort.