fix: enable hostnetwork on hel1 ingress

This commit is contained in:
2025-11-16 09:26:42 +01:00
parent e2b2b7ae27
commit 7f64be3af9
+1
View File
@@ -11,6 +11,7 @@ clusterConfig:
cluster: "hel1" cluster: "hel1"
ingress_nodes: ["controlplane-1, controlplane-2, controlplane-3"] ingress_nodes: ["controlplane-1, controlplane-2, controlplane-3"]
ingress_replica_count: 3 ingress_replica_count: 3
ingress_hostnetwork: true
fileserver: "10.0.1.1" fileserver: "10.0.1.1"
s3: s3:
hosts: [] hosts: []