App/plane (#730)

* add app plane

* add app plane
This commit is contained in:
2024-07-31 01:49:55 +10:00
committed by GitHub
parent 447188e7a3
commit 6f0c30b5d0
12 changed files with 528 additions and 0 deletions

View File

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