imfreedom/k8s-cluster

d2f5d7dd528c
Add gemini to our cluster for automatic volume snapshots

Find more information https://github.com/FairwindsOps/gemini
# This file contains the tls certificate issuer for the `imfreedom`
# `namespace`.
---
apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
name: letsencrypt
namespace: imfreedom
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress: {}
---