cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 94155e10203012ad3d1c06a376e987be1989f319
parent cc7ca307e85bfc79a724fe511faf12025cd594e2
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 28 Jun 2025 20:51:16 +0200

Fix template

Diffstat:
Mapps/base/matrix/connectivity-tester/deployment.yaml | 23++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -13,19 +13,20 @@ 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: + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: app + operator: In + values: + - connectivity-tester + topologyKey: "kubernetes.io/hostname" imagePullSecrets: - name: ghcr-pull hostNetwork: true @@ -111,7 +112,7 @@ apiVersion: flagger.app/v1beta1 kind: MetricTemplate metadata: name: connectivity-tester-latency - namespace: flagger-system + namespace: matrix spec: provider: type: prometheus @@ -131,7 +132,7 @@ apiVersion: flagger.app/v1beta1 kind: MetricTemplate metadata: name: connectivity-tester-error-rate - namespace: flagger-system + namespace: matrix spec: provider: type: prometheus