try again
This commit is contained in:
parent
6a7e716655
commit
bfb8528a5b
|
@ -1,18 +1,19 @@
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: "lets-encrypt"
|
name: letsencrypt
|
||||||
namespace: argocd
|
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
email: drive@sunet.se
|
# The ACME server URL
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
|
# Email address used for ACME registration
|
||||||
|
email: drive@sunet.se
|
||||||
|
# Name of a secret used to store the ACME account private key
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
# Secret resource that will be used to store the account's private key.
|
name: letsencrypt
|
||||||
name: argocd-letsencrypt-account-key
|
# Enable the HTTP-01 challenge provider
|
||||||
# Add a single challenge solver, HTTP01 using nginx
|
|
||||||
solvers:
|
solvers:
|
||||||
- selector: {}
|
- http01:
|
||||||
http01:
|
|
||||||
ingress:
|
ingress:
|
||||||
class: public
|
name: argocd-ingress
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue