aboutsummaryrefslogtreecommitdiff
path: root/apps/hello-world/kustomization.yaml
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-04-29 20:48:27 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2026-04-29 20:48:27 +0200
commit1b5b620cde8064892522849d5e9380046e40cca8 (patch)
treea3ed0c27246f0edff408b222c1103b5c4d06a8f8 /apps/hello-world/kustomization.yaml
parentc972bb0285d52916403e880a8790c01d9e582a39 (diff)
add hello-world test appHEADmain
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