From 886df0c12e3a0bfc65db03f6f04eba05e46b849c Mon Sep 17 00:00:00 2001 From: JethroC Admin Date: Mon, 9 Mar 2026 21:33:05 +1300 Subject: [PATCH] added kustomize file --- namespaces/arr/homarr/kustomization.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 namespaces/arr/homarr/kustomization.yaml diff --git a/namespaces/arr/homarr/kustomization.yaml b/namespaces/arr/homarr/kustomization.yaml new file mode 100644 index 0000000..8d47aff --- /dev/null +++ b/namespaces/arr/homarr/kustomization.yaml @@ -0,0 +1,8 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- homarr-namespace.yaml +- homarr-ingress.yaml +- homarr-service.yaml +- homarr-pvc.yaml +- homarr-deployment.yaml