From 3109a48e1fb331f7ff81baa10cfa4e0b3d01dee4 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 15 Feb 2024 19:38:25 +0100 Subject: [PATCH] Do we need to list the files? Signed-off-by: Martyn Ranyard --- apps-kustomized/kube-prometheus/kustomization.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps-kustomized/kube-prometheus/kustomization.yaml diff --git a/apps-kustomized/kube-prometheus/kustomization.yaml b/apps-kustomized/kube-prometheus/kustomization.yaml new file mode 100644 index 0000000..4878161 --- /dev/null +++ b/apps-kustomized/kube-prometheus/kustomization.yaml @@ -0,0 +1,12 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +namespace: node-feature-discovery + +patches: +- target: + kind: Service + name: + patch: |- + op: add + path: /spec/type + value: LoadBalancer