diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-29 20:48:27 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-29 20:48:27 +0200 |
| commit | 1b5b620cde8064892522849d5e9380046e40cca8 (patch) | |
| tree | a3ed0c27246f0edff408b222c1103b5c4d06a8f8 /apps/hello-world/kustomization.yaml | |
| parent | c972bb0285d52916403e880a8790c01d9e582a39 (diff) | |
Diffstat (limited to 'apps/hello-world/kustomization.yaml')
| -rw-r--r-- | apps/hello-world/kustomization.yaml | 8 |
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 |
