Skip to content

Commit

Permalink
add: production ClusterIssuer for cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
raykao committed Jul 12, 2023
1 parent d0dba1b commit 4b6f57c
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-production
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: letsencrypt-production
solvers:
- http01:
ingress:
ingressClassName: nginx

0 comments on commit 4b6f57c

Please sign in to comment.