added first implementation

This commit is contained in:
Matthias Hinrichs
2025-07-17 01:11:17 +02:00
commit 817adf98c3
9 changed files with 385 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Dev Cluster Konfiguration
cluster_name = "hnrx"
cluster_environment = "dev"
cluster_kubernetes_version = "v1.32.5+rke2r1"
cluster_vm_network = "default/vmnetwork"
cluster_vm_image = "default/image-62xch"
harvester_cluster_name = "c-g8zlv"
+8
View File
@@ -0,0 +1,8 @@
# Prod Cluster Konfiguration
cluster_name = "hnrx"
cluster_environment = "prod"
cluster_kubernetes_version = "v1.32.5+rke2r1"
cluster_vm_namespace = "hnrx-prod-cluster"
cluster_vm_network = "default/vmnetwork"
cluster_vm_image = "default/image-62xch"
harvester_cluster_name = "c-g8zlv"
+7
View File
@@ -0,0 +1,7 @@
# Test Cluster Konfiguration
cluster_name = "hnrx"
cluster_environment = "test"
cluster_kubernetes_version = "v1.32.5+rke2r1"
cluster_vm_network = "default/vmnetwork"
cluster_vm_image = "default/image-62xch"
harvester_cluster_name = "c-g8zlv"