chore(apps): add homepage

This commit is contained in:
David Landry 2024-01-21 22:16:59 -05:00
parent e42033bd43
commit 1982c4bc7d
10 changed files with 308 additions and 0 deletions

View file

@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./configmap.yaml
- ./deployment.yaml
- ./ingress.yaml
- ./kustomization.yaml
- ./rbac.yaml
- ./sa.yaml
- ./service.yaml