imfreedom/k8s-cluster

Parents fedbc5feb09d
Children 6579a55ddcba
remove the adium namespace and it's acme issuer as we're not currently hosting anything for adium
--- a/00-namespaces.yaml Sat Feb 08 23:23:21 2020 -0600
+++ b/00-namespaces.yaml Tue Feb 11 02:35:39 2020 -0600
@@ -38,13 +38,6 @@
apiVersion: v1
kind: Namespace
metadata:
- name: adium
- labels:
- name: adium
----
-apiVersion: v1
-kind: Namespace
-metadata:
name: kube-logging
labels:
name: kube-logging
--- a/15-issuer-acme-adium.yaml Sat Feb 08 23:23:21 2020 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# This file contains the tls certificate issuer for the `adium` `namespace`.
----
-apiVersion: cert-manager.io/v1alpha2
-kind: Issuer
-metadata:
- name: letsencrypt
- namespace: adium
-spec:
- acme:
- server: https://acme-v02.api.letsencrypt.org/directory
- email: grim@reaperworld.com
- privateKeySecretRef:
- name: letsencrypt
- solvers:
- - http01:
- ingress: {}
----