feat(cni): Using Terraform to provide Cilium as a CNI using Helm

This commit is contained in:
Vegard Hagen
2022-05-29 09:41:48 +00:00
committed by vehagn
parent f8082570a2
commit 18f8d9ede4

View File

@@ -18,10 +18,10 @@ provider "helm" {
}
resource "helm_release" "cilium" {
name = "cilium-cni"
name = "cilium"
repository = "https://helm.cilium.io/"
chart = "cilium/cilium"
repository = "https://helm.cilium.io"
chart = "cilium"
namespace = "kube-system"
version = "1.11.5"
@@ -78,4 +78,4 @@ resource "helm_release" "cilium" {
# target_port = 80
# }
# }
#}
#}