mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 02:18:01 +00:00
feat(cni): Using Terraform to provide Cilium as a CNI using Helm
This commit is contained in:
6
main.tf
6
main.tf
@@ -18,10 +18,10 @@ provider "helm" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "helm_release" "cilium" {
|
resource "helm_release" "cilium" {
|
||||||
name = "cilium-cni"
|
name = "cilium"
|
||||||
|
|
||||||
repository = "https://helm.cilium.io/"
|
repository = "https://helm.cilium.io"
|
||||||
chart = "cilium/cilium"
|
chart = "cilium"
|
||||||
namespace = "kube-system"
|
namespace = "kube-system"
|
||||||
version = "1.11.5"
|
version = "1.11.5"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user