imfreedom/k8s-cluster

Add the deployment for lists.imfreedom.org.

17 months ago, Gary Kramlich
22ca0a0280d4
Add the deployment for lists.imfreedom.org.

This is currently running at liststest.imfreedom.org until we are actually ready
to migrate the production stuff.
---
apiVersion: v1
kind: Namespace
metadata:
name: default
labels:
name: default
---
apiVersion: v1
kind: Namespace
metadata:
name: kube-system
labels:
name: kube-system
---
apiVersion: v1
kind: Namespace
metadata:
name: kube-public
labels:
name: kube-public
prometheus: cluster-wide
---
apiVersion: v1
kind: Namespace
metadata:
name: kube-logging
labels:
name: kube-logging
---
apiVersion: v1
kind: Namespace
metadata:
name: monitoring
labels:
name: monitoring
---