From 7f64be3af9d97186a06821788b459d617cace346 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sun, 16 Nov 2025 09:26:42 +0100 Subject: [PATCH] fix: enable hostnetwork on hel1 ingress --- values/env-hel1.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/values/env-hel1.yaml b/values/env-hel1.yaml index 5ba5c2d1..d50e0217 100644 --- a/values/env-hel1.yaml +++ b/values/env-hel1.yaml @@ -11,6 +11,7 @@ clusterConfig: cluster: "hel1" ingress_nodes: ["controlplane-1, controlplane-2, controlplane-3"] ingress_replica_count: 3 + ingress_hostnetwork: true fileserver: "10.0.1.1" s3: hosts: []