imfreedom/k8s-cluster

Create the roost namespace and move everything in the pidgin namespace to it
# This file contains the tls certificate issuer for the `pidgin` `namespace`.
---
apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
name: letsencrypt
namespace: pidgin
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress: {}
---