add stage-maker app

This commit is contained in:
2025-10-28 13:01:36 -05:00
parent 6488be5d1b
commit 5b91b7a45a
8 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- deployment.yaml
- ingress.yaml
- cluster-role.yaml
- service-account.yaml
- service.yaml