Skip to content

Commit

Permalink
Added http01 solver to staging letsencrypt clusterissuer.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefeverd committed Jun 14, 2022
1 parent 85f1620 commit 94f9799
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/apps/simplebookmarks-staging/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ kind: IngressRoute
metadata:
name: staging-api
namespace: simplebookmarks-staging
annotations:
acme.cert-manager.io/http01-ingress-class: traefik
spec:
entryPoints:
- websecure
Expand Down
3 changes: 3 additions & 0 deletions cluster/core/cert-manager/letsencrypt-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ spec:
selector:
dnsZones:
- ${SECRET_DOMAIN}
- http01:
ingress:
class: traefik
3 changes: 3 additions & 0 deletions cluster/core/cert-manager/letsencrypt-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ spec:
selector:
dnsZones:
- ${SECRET_DOMAIN}
- http01:
ingress:
class: traefik

0 comments on commit 94f9799

Please sign in to comment.