mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
refactor: reorganize kustomizations
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- bookstack
|
- bookstack
|
||||||
- forecastle
|
- forecastle
|
||||||
- freshrss
|
- freshrss
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- docker-registry
|
- docker-registry
|
||||||
- drone
|
- drone
|
||||||
- drone-runner-kube
|
- drone-runner-kube
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- emqx
|
- emqx
|
||||||
- frigate
|
- frigate
|
||||||
- home-assistant
|
- home-assistant
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- k10
|
- k10
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- bazarr
|
- bazarr
|
||||||
- flood
|
- flood
|
||||||
- jellyfin
|
- jellyfin
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- blackbox-exporter
|
- blackbox-exporter
|
||||||
- botkube
|
- botkube
|
||||||
- healthchecks
|
- healthchecks
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- authelia
|
- authelia
|
||||||
- certificate
|
- certificate
|
||||||
- ingress-nginx
|
- ingress-nginx
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- server-plan.yaml
|
- server-plan.yaml
|
||||||
- worker-plan.yaml
|
- worker-plan.yaml
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- helm-release.yaml
|
- helm-release.yaml
|
||||||
- cert-manager-webhook-ovh.yaml
|
- cert-manager-webhook-ovh.yaml
|
||||||
- cert-manager-webhook-ovh-helm-release.yaml
|
- cert-manager-webhook-ovh-helm-release.yaml
|
@@ -1,13 +1,10 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cert-manager
|
- namespace.yaml
|
||||||
- descheduler
|
- descheduler
|
||||||
- flux
|
|
||||||
- intel-gpu-plugin
|
- intel-gpu-plugin
|
||||||
- kubernetes-replicator
|
- kubernetes-replicator
|
||||||
- kured
|
- kured
|
||||||
- node-feature-discovery
|
- node-feature-discovery
|
||||||
- reloader
|
- reloader
|
||||||
- rook-ceph
|
|
||||||
- system-upgrade
|
|
@@ -1,5 +1,8 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- namespaces
|
- cert-manager
|
||||||
- infrastructure
|
- flux-system
|
||||||
|
- kube-system
|
||||||
|
- rook-ceph
|
||||||
|
- system-upgrade
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: default
|
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: falco-system
|
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: flux-system
|
|
@@ -1,17 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- cert-manager.yaml
|
|
||||||
- data.yaml
|
|
||||||
- default.yaml
|
|
||||||
- development.yaml
|
|
||||||
- falco-system.yaml
|
|
||||||
- flux-system.yaml
|
|
||||||
- home-automation.yaml
|
|
||||||
- kasten-io.yaml
|
|
||||||
- kube-system.yaml
|
|
||||||
- media.yaml
|
|
||||||
- monitoring.yaml
|
|
||||||
- networking.yaml
|
|
||||||
- rook-ceph.yaml
|
|
||||||
- system-upgrade.yaml
|
|
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- rbac.yaml
|
- rbac.yaml
|
||||||
- helm-release.yaml
|
- helm-release.yaml
|
||||||
- storage
|
- storage
|
Reference in New Issue
Block a user