mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-30 17:37:59 +00:00
feat(cni): Using Terraform to provide Cilium as a CNI using Helm
This commit is contained in:
8
main.tf
8
main.tf
@@ -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
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user