imfreedom/k8s-cluster

Fix up the pidgin prosody vhost, move the imfreedom xmmp ingress to 50-xmpp.imfreedom.org.yaml, and add xmpp.pidgin.im and conference.pidgin.im to the pidgin.im Certificate
# This file contains the tls certificate issuer for the `reaperworld`
# `namespace`.
---
apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
name: letsencrypt
namespace: reaperworld
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: grim@reaperworld.com
privateKeySecretRef:
name: letsencrypt
solvers:
- http01:
ingress: {}
---