Configured Cilium load balancer and ArgoCD for HTTP access

This commit is contained in:
Max Pfeiffer
2025-09-19 18:28:59 +02:00
parent cd8fff21f5
commit b57e34b5bb
8 changed files with 109 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
terraform {
required_providers {
required_providers {
helm = {
source = "hashicorp/helm"
version = "3.0.2"
}
}
}
}
provider "helm" {