feat: add test-cluster-specific configuration for kgateway to disable leader election and set replica count to 1

This commit is contained in:
2026-05-05 00:54:26 +02:00
parent 69fb23647e
commit dd25519d37
+12 -3
View File
@@ -15,14 +15,23 @@ helm:
releaseName: kgateway releaseName: kgateway
createNamespace: true createNamespace: true
# Hier kannst du globale Einstellungen für kgateway vornehmen # Globale Einstellungen für kgateway
values: values:
# Falls du spezifische Einstellungen für die Gateway-Instanz brauchst
# oder Ressourcen-Limits setzen willst:
kgateway: kgateway:
enabled: true enabled: true
targetCustomizations: targetCustomizations:
# Nur in Test-Clustern: kein Leader Election (single-node setup)
- name: test-clusters
clusterSelector:
matchLabels:
hnrx.net/cluster-env: test
helm:
values:
controller:
replicaCount: 1
disableLeaderElection: true
- name: all-clusters - name: all-clusters
clusterSelector: clusterSelector:
matchExpressions: matchExpressions: