From 6c64c149346a12ba66b9c7cc8d683971c3b06324 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Tue, 29 Oct 2024 16:08:56 +0100 Subject: [PATCH] voila --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 837093e..f3120a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # k8s_manifests +## info + + +ran on ubuntu server because i was lazy +depends on microk8s with ingress and localstorage(wrong name) plugin +also the nfs-common package (apt install nfs-common) + +apart from that, plex claim key thing has to be made using kubectl create secret SECRETNAME --from-literal=KEYNAME=claim-... +(see plex/pod.yaml) + +also don't forget to edit the nfs target etc. + ## TODO -- fix sonar, right now it gives 502 for some reason. debugging the service works (port-forward), only via ingressit fails