streams-manifests/argocd-nginx/base/argocd-cert-issuer.yaml

19 lines
493 B
YAML
Raw Normal View History

2024-10-16 07:37:58 +00:00
apiVersion: cert-manager.io/v1
2024-10-16 12:09:08 +00:00
kind: Issuer
2024-10-16 07:37:58 +00:00
metadata:
2024-10-16 12:19:48 +00:00
name: "lets-encrypt"
namespace: argocd
2024-10-16 07:37:58 +00:00
spec:
acme:
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.
2024-10-16 12:09:08 +00:00
name: argocd-letsencrypt-account-key
2024-10-16 07:37:58 +00:00
# Add a single challenge solver, HTTP01 using nginx
solvers:
2024-10-16 12:19:48 +00:00
- selector: {}
http01:
ingress:
class: public