commit cc7ca307e85bfc79a724fe511faf12025cd594e2 parent 99b1e5d1bd9b3ebe97e9d750799ef51c5fb63528 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:49:08 +0200 Fix template Diffstat:
| M | apps/base/matrix/connectivity-tester/deployment.yaml | | | 18 | +++++++++--------- |
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -13,19 +13,19 @@ spec: matchLabels: app: connectivity-tester template: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: app + operator: In + values: + - connectivity-tester + topologyKey: "kubernetes.io/hostname" metadata: labels: app: connectivity-tester spec: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - connectivity-tester - topologyKey: "kubernetes.io/hostname" imagePullSecrets: - name: ghcr-pull hostNetwork: true