Revert "Remove flux specific items"

This reverts commit 8144d74340.
This commit is contained in:
Tyler Perkins 2024-10-02 18:42:09 -04:00
parent 2b3c7abba0
commit 9cf3a47c11
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
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