imfreedom/k8s-cluster

Parents d1da8131f1c0
Children 08825b698d0e
Remove the old bamboo redirect, it's probably been long enough
--- a/50-bamboo.pidgin.im.yaml Tue Feb 11 23:44:37 2020 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# 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
----