From f946644cebb94bb62646cce6fcf3900fe71e2bea Mon Sep 17 00:00:00 2001 From: Klas Mellbourn Date: Sun, 26 Jun 2022 20:40:36 +0200 Subject: Add kubernetes instructions and manifests (#427) * add kubernetes instructions * minor wording improvements * better password instructions * add information about changed port * improved grammar * Separate docker and k8s docs Add k8s folder for kubernetes configs --- k8s/namespaces.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 k8s/namespaces.yaml (limited to 'k8s/namespaces.yaml') diff --git a/k8s/namespaces.yaml b/k8s/namespaces.yaml new file mode 100644 index 00000000..20a401f6 --- /dev/null +++ b/k8s/namespaces.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: atuin-namespace + labels: + name: atuin -- cgit v1.3.1