Skip to content

Instantly share code, notes, and snippets.

@thedewpoint
Created December 16, 2021 00:53
Show Gist options
  • Save thedewpoint/94886393d19f880fe7bb63e1a31beed6 to your computer and use it in GitHub Desktop.
Save thedewpoint/94886393d19f880fe7bb63e1a31beed6 to your computer and use it in GitHub Desktop.
Cluster issuer for cert-manager
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
email: [email protected]
privateKeySecretRef:
name: prod-issuer-account-key
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
ingressTemplate:
metadata:
annotations:
kubernetes.io/ingress.class: traefik
selector: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment