From c719f1ea7fe66687db7e5d21ae0e2dfdc42b1553 Mon Sep 17 00:00:00 2001 From: "erjan.kroese" Date: Mon, 21 Jul 2025 11:39:18 +0200 Subject: [PATCH] Add kustomization.yaml --- kustomization.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kustomization.yaml diff --git a/kustomization.yaml b/kustomization.yaml new file mode 100644 index 0000000..b1fff7a --- /dev/null +++ b/kustomization.yaml @@ -0,0 +1,7 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +namspace: demo +resources: + - deployment.yaml + - service.yaml + - ingress.yaml \ No newline at end of file