Skip to content

Default Issuer serviceType to ClusterIP instead of NodePort

Ismael Posada Trobo requested to merge fix-issuer-servicetype into master

Since we are using HTTP01 challenge validation, and if not specified, a NodePort will be created for ACME for validation. We will default it to ClusterIP instead.

Merge request reports