chore(apps): add homepage
This commit is contained in:
parent
e42033bd43
commit
1982c4bc7d
10 changed files with 308 additions and 0 deletions
10
apps/gethomepage/base/kustomization.yaml
Normal file
10
apps/gethomepage/base/kustomization.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue