netflux-kubernetes/cert-manager/issuer-production.yml

17 lines
431 B
YAML
Raw Normal View History

2022-11-12 18:34:17 +00:00
# Legacy issuer that is not managed by Kustomize.
# For new certificates, prefer prod/clusterissuer.yaml.
2022-05-05 15:42:34 +00:00
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-production
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: postmaster@netflux.io
privateKeySecretRef:
name: letsencrypt-production
solvers:
2022-11-11 18:24:22 +00:00
- http01:
ingress:
class: nginx