From 49b2eeaebebbc3ee989a8f75d197b2df989c7cdb Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 26 Jan 2025 18:17:53 +0000 Subject: [PATCH] Add service and namespace --- clusters/kairos/samba/deployment.yaml | 1 + clusters/kairos/samba/kustomization.yaml | 3 ++- clusters/kairos/samba/service.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/kairos/samba/deployment.yaml b/clusters/kairos/samba/deployment.yaml index 2ba69e0..cec6e7c 100644 --- a/clusters/kairos/samba/deployment.yaml +++ b/clusters/kairos/samba/deployment.yaml @@ -2,6 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: samba + namespace: kube-system labels: app: samba spec: diff --git a/clusters/kairos/samba/kustomization.yaml b/clusters/kairos/samba/kustomization.yaml index 4dc6e88..011238f 100644 --- a/clusters/kairos/samba/kustomization.yaml +++ b/clusters/kairos/samba/kustomization.yaml @@ -1,4 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- deployment.yaml \ No newline at end of file +- deployment.yaml +- service.yaml \ No newline at end of file diff --git a/clusters/kairos/samba/service.yaml b/clusters/kairos/samba/service.yaml index 53ace4f..75f6631 100644 --- a/clusters/kairos/samba/service.yaml +++ b/clusters/kairos/samba/service.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Service metadata: name: samba + namespace: kube-system spec: type: NodePort selector: