Skip to content

Commit ea6b7e4

Browse files
committed
chore: add an http solver
1 parent ee7be7a commit ea6b7e4

File tree

1 file changed

+3
-0
lines changed
  • {{cookiecutter.github_repo_name}}/terraform/environments/modules/kubernetes_ingress_clb/manifests

1 file changed

+3
-0
lines changed

{{cookiecutter.github_repo_name}}/terraform/environments/modules/kubernetes_ingress_clb/manifests/cluster-issuer.yml.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ spec:
1919
name: ${environment_domain}
2020
server: https://acme-v02.api.letsencrypt.org/directory
2121
solvers:
22+
- http01:
23+
ingress:
24+
class: nginx
2225
- dns01:
2326
# hosted Zone ID for for the environment domain.
2427
route53:

0 commit comments

Comments
 (0)