trial and error
This commit is contained in:
parent
656d429e35
commit
49d0fc411a
|
@ -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:
|
||||
ingress:
|
||||
IngressClassName: nginx
|
||||
- selector: {}
|
||||
http01:
|
||||
ingress:
|
||||
class: public
|
||||
|
|
Loading…
Reference in a new issue