mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
add traefik dashboard ingress
This commit is contained in:
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user