Add a test app

This commit is contained in:
2024-02-12 22:36:37 +00:00
parent f3e31a3c58
commit 2bdb8dbed0
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- ingress.yaml