Adds homepage app.

This commit is contained in:
2025-08-16 07:55:57 -07:00
parent c2f8f7e6a0
commit 62a076b574
9 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: homepage
labels:
- includeSelectors: true
pairs:
app: homepage
managedBy: kustomize
partOf: wild-cloud
resources:
- namespace.yaml
- service-account.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
- configmap.yaml