Add homeassistant app.

This commit is contained in:
2025-08-16 07:55:10 -07:00
parent c2f8f7e6a0
commit a663746686
8 changed files with 204 additions and 0 deletions

View File

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