imfreedom/k8s-cluster

Checking in the EFK stuff, it still needs work though just tired of having it sitting in a modified state in my working copy
# This file contains the tls certificate issuer for the `pidgin` `namespace`.
---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt
namespace: pidgin
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
http01: {}
---