Deprecating old stuff and bringing in new tf managed cluster content

This commit is contained in:
2024-05-29 22:29:22 -07:00
parent d846700f96
commit 0e2eb430a5
12 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
namespace: default
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: dev@shockrah.xyz
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- http01:
ingress:
class: traefik