streams-manifests/argocd-nginx/base/argocd-cert-issuer.yaml
2024-10-16 14:09:08 +02:00

21 lines
656 B
YAML

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: lets-encrypt
namespace: kube-system
spec:
acme:
# You must replace this email address with your own.
# Let's Encrypt will use this to contact you about expiring
# certificates, and issues related to your account.
email: drive@sunet.se
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
# Secret resource that will be used to store the account's private key.
name: argocd-letsencrypt-account-key
# Add a single challenge solver, HTTP01 using nginx
solvers:
- http01:
ingress:
IngressClassName: nginx