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 manifest is the remains of the bamboo deployment we once had. It is now
# just an certificate and an ingress that redirects to the new
# https://ci.imfreedom.org/.
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
namespace: pidgin
name: bamboo
annotations:
cert-manager.io/issuer: letsencrypt
nginx.ingress.kubernetes.io/permanent-redirect: https://ci.imfreedom.org/
labels:
app: bamboo
spec:
rules:
- host: bamboo.pidgin.im
tls:
- hosts:
- bamboo.pidgin.im
secretName: bamboo-tls
---