commit 0d86464ec5a4f0e59be514916a39b1d86950d348 parent 30708ecce66c3d899ea98706117a33ce58d91470 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:19:18 +0100 rolling updates!!!! Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/connectivity-tester/staging_deployment.yaml | | | 20 | ++------------------ |
1 file changed, 2 insertions(+), 18 deletions(-)
diff --git a/apps/talos_cluster/connectivity-tester/staging_deployment.yaml b/apps/talos_cluster/connectivity-tester/staging_deployment.yaml @@ -4,10 +4,12 @@ metadata: name: connectivity-tester-stage namespace: matrix spec: + replicas: 2 progressDeadlineSeconds: 120 strategy: rollingUpdate: maxUnavailable: 0 + maxSurge: 1 type: RollingUpdate selector: matchLabels: @@ -18,24 +20,6 @@ spec: app: connectivity-tester-stage spec: automountServiceAccountToken: false - # affinity: - # podAntiAffinity: - # requiredDuringSchedulingIgnoredDuringExecution: - # - labelSelector: - # matchExpressions: - # - key: app - # operator: In - # values: - # - connectivity-tester-stage - # topologyKey: "kubernetes.io/hostname" - # - labelSelector: - # matchExpressions: - # - key: app - # operator: In - # values: - # - connectivity-tester-api - # topologyKey: "kubernetes.io/hostname" - # hostNetwork: true dnsPolicy: ClusterFirstWithHostNet containers: - name: federation-tester-api