mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
refactor: reorganize kustomizations
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- emqx
|
||||
- frigate
|
||||
- home-assistant
|
||||
|
5
cluster/apps/home-automation/namespace.yaml
Normal file
5
cluster/apps/home-automation/namespace.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: home-automation
|
Reference in New Issue
Block a user