commit b5e66727726afc0b9e6b37cd88aecb51317726dc
parent b5c2e6d9b6ea7b47838002a2c321b62ea4d3a508
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 30 Jun 2025 11:34:15 +0200
Improve the networking and image pull policy
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml
@@ -30,7 +30,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
imagePullSecrets:
- name: ghcr-pull
- hostNetwork: true
+ hostNetwork: false
containers:
- name: connection-checker-ui
image: ghcr.io/mtrnord/matrix-connection-tester-ui:main
@@ -114,7 +114,7 @@ spec:
containers:
- name: federation-tester-api
image: ghcr.io/mtrnord/rust-federation-tester:v0.1.0
- imagePullPolicy: Always
+ imagePullPolicy: IfNotPresent
resources:
limits: {}
requests: