This commit is contained in:
2025-11-17 18:21:05 +01:00
commit 77dc5eb01c
38 changed files with 795 additions and 0 deletions

7
kind/development.yaml Normal file
View File

@@ -0,0 +1,7 @@
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
name: development
nodes:
- role: control-plane
- role: worker
- role: worker

7
kind/management.yaml Normal file
View File

@@ -0,0 +1,7 @@
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
name: management
nodes:
- role: control-plane
- role: worker
- role: worker

8
kind/production.yaml Normal file
View File

@@ -0,0 +1,8 @@
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
name: production
nodes:
- role: control-plane
- role: control-plane
- role: worker
- role: worker