Move manifests to sub-path

This commit is contained in:
Scott Williams 2024-03-08 10:57:07 -08:00
commit 1985fc00a3

View file

@ -0,0 +1,17 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-issuer
spec:
acme:
email: lsitops@lsit.ucsb.edu
privateKeySecretRef:
name: letsencrypt-key
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
ingressClassName: nginx
- http01:
ingress:
ingressClassName: traefik