add traefik dashboard ingress

This commit is contained in:
2024-03-06 20:06:22 +01:00
parent 9f83240ef1
commit f35e7e73fa
12 changed files with 161 additions and 32 deletions

View File

@@ -8,6 +8,10 @@ terraform {
source = "hashicorp/helm"
version = ">= 2.12.1"
}
kubectl = {
source = "gavinbunney/kubectl"
version = ">= 1.14.0"
}
}
}
@@ -24,4 +28,8 @@ provider "helm" {
kubernetes {
config_path = "oke/kubeconfig"
}
}
provider "kubectl" {
config_path = "oke/kubeconfig"
}