trial and error

This commit is contained in:
Micke Nordin 2024-10-16 14:19:48 +02:00
parent 656d429e35
commit 49d0fc411a
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -1,13 +1,10 @@
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: lets-encrypt
namespace: kube-system
name: "lets-encrypt"
namespace: argocd
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:
@ -15,6 +12,7 @@ spec:
name: argocd-letsencrypt-account-key
# Add a single challenge solver, HTTP01 using nginx
solvers:
- http01:
- selector: {}
http01:
ingress:
IngressClassName: nginx
class: public