aboutsummaryrefslogtreecommitdiff
path: root/apps/hello-world/kustomization.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/hello-world/kustomization.yaml')
-rw-r--r--apps/hello-world/kustomization.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/hello-world/kustomization.yaml b/apps/hello-world/kustomization.yaml
new file mode 100644
index 0000000..47c9c45
--- /dev/null
+++ b/apps/hello-world/kustomization.yaml
@@ -0,0 +1,8 @@
+---
+apiVersion: kustomize.config.k8s.io/v1beta1
+kind: Kustomization
+namespace: hello-world
+resources:
+ - namespace.yaml
+ - deployment.yaml
+ - service.yaml