imfreedom/k8s-cluster

Parents cafcb2191928
Children 97a6cd7e07f8
I keep adding and removing this monitoring namespace so lets just commit it
--- a/00-namespaces.yaml Sat Aug 29 02:52:37 2020 -0500
+++ b/00-namespaces.yaml Mon Sep 07 03:26:27 2020 -0500
@@ -57,3 +57,10 @@
labels:
name: roost
---
+apiVersion: v1
+kind: Namespace
+metadata:
+ name: monitoring
+ labels:
+ name: monitoring
+---