imfreedom/k8s-cluster

fc71e853c3aa
Add a new deployment for moving the imf wiki to mkdocs
# this manifest redirects the old multiple deployment docs site to the new
# single deployment doc site at docs.imfreedom.org
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: docs-pidgin-im
spec:
entryPoints:
- https
routes:
- match: Host(`docs.pidgin.im`)
kind: Rule
services:
- name: pidgin-im
port: 3000
middlewares:
- name: redirect-docs-pidgin-im-pidgin2
- name: redirect-docs-pidgin-im-gplugin-latest
- name: redirect-docs-pidgin-im-gplugin-gtk-latest
- name: redirect-docs-pidgin-im-libgnt-next
- name: redirect-docs-pidgin-im-libgnt-latest
- name: redirect-docs-pidgin-im-libpurple-latest
- name: redirect-docs-pidgin-im-talkatu-latest
- name: common-headers
- name: hsts-headers
tls:
secretName: docs-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: docs-tls
spec:
secretName: docs-tls
issuerRef:
name: letsencrypt
commonName: docs.pidgin.im
dnsNames:
- docs.pidgin.im
---