kube/haproxy/issuer.yaml
2025-03-23 12:39:28 +01:00

18 lines
514 B
YAML

apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
# The ACME server URL
server: https://acme-v02.api.letsencrypt.org/directory
# Email address used for ACME registration
email: corentin.reault@protonmail.com
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: issuer-account-key
# Enable the HTTP-01 challenge provider
solvers:
- http01:
ingress:
ingressClassName: haproxy