Compare commits

...

2 Commits

2 changed files with 17 additions and 0 deletions

2
.sourceignore Normal file
View File

@ -0,0 +1,2 @@
.pre-commit-config.yaml
.drone.yml

15
cert-issuer.yaml Normal file
View File

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