imfreedom/k8s-cluster

Move the xmpp hosts to the main ingress so the cert is created properly, also tweak a few more things in the prosody config.
# 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: {}
---