imfreedom/k8s-cluster

Move nest to the traefik cdr ingress

2020-02-11, Gary Kramlich
e01adf01abde
Move nest to the traefik cdr ingress
# 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
---