mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
new gitops template
This commit is contained in:
5
cluster/core/namespaces/cert-manager.yaml
Normal file
5
cluster/core/namespaces/cert-manager.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
7
cluster/core/namespaces/data.yaml
Normal file
7
cluster/core/namespaces/data.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: data
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
5
cluster/core/namespaces/default.yaml
Normal file
5
cluster/core/namespaces/default.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: default
|
7
cluster/core/namespaces/development.yaml
Normal file
7
cluster/core/namespaces/development.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: development
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
5
cluster/core/namespaces/flux-system.yaml
Normal file
5
cluster/core/namespaces/flux-system.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: flux-system
|
7
cluster/core/namespaces/home.yaml
Normal file
7
cluster/core/namespaces/home.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: home
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
5
cluster/core/namespaces/kube-system.yaml
Normal file
5
cluster/core/namespaces/kube-system.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: kube-system
|
15
cluster/core/namespaces/kustomization.yaml
Normal file
15
cluster/core/namespaces/kustomization.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cert-manager.yaml
|
||||
- data.yaml
|
||||
- default.yaml
|
||||
- development.yaml
|
||||
- flux-system.yaml
|
||||
- home.yaml
|
||||
- kube-system.yaml
|
||||
- longhorn-system.yaml
|
||||
- media.yaml
|
||||
- monitoring.yaml
|
||||
- networking.yaml
|
||||
- system-upgrade.yaml
|
5
cluster/core/namespaces/longhorn-system.yaml
Normal file
5
cluster/core/namespaces/longhorn-system.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: longhorn-system
|
7
cluster/core/namespaces/media.yaml
Normal file
7
cluster/core/namespaces/media.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: media
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
7
cluster/core/namespaces/monitoring.yaml
Normal file
7
cluster/core/namespaces/monitoring.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: monitoring
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
7
cluster/core/namespaces/networking.yaml
Normal file
7
cluster/core/namespaces/networking.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: networking
|
||||
labels:
|
||||
goldilocks.fairwinds.com/enabled: "true"
|
5
cluster/core/namespaces/system-upgrade.yaml
Normal file
5
cluster/core/namespaces/system-upgrade.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: system-upgrade
|
Reference in New Issue
Block a user