temp check in

This commit is contained in:
2024-06-09 16:02:44 +10:00
parent 28b1c6a998
commit fc64182531
6 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-http01
namespace: cert-manager
spec:
acme:
email: ${email}
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-http01
solvers:
- http01:
ingress:
class: nginx